mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: replace "NB:" with "Note:" (docs/comments)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
// that can be found in the LICENSE file.
|
||||
module stbi
|
||||
|
||||
// NB: stbi uses math.h because of `ldexp` and `pow`, for which we *do* have
|
||||
// Note: stbi uses math.h because of `ldexp` and `pow`, for which we *do* have
|
||||
// pure V implementations, but our `math` module still depends on libm
|
||||
// because of 'powf', 'cosf', 'sinf', 'sqrtf' and 'tanf'.
|
||||
|
||||
|
Reference in New Issue
Block a user