Skip to content

Commit 2f59047

Browse files
authored
docs: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent a36eaf0 commit 2f59047

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/wrapf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/wrapf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ logEachMap( 'wrapf(%0.4f,%0.4f,%0.4f) => %0.4f', v, min, max, wrapf );
152152

153153
#### stdlib_base_wrapf( v, min, max )
154154

155-
Wrap a single-precision floating-point value to the half-open interval `[min,max)`.
155+
Wraps a single-precision floating-point value to the half-open interval `[min,max)`.
156156

157157
```c
158158
float v = stdlib_base_wrapf( 3.14f, 0.0f, 5.0f );

0 commit comments

Comments
 (0)