Skip to content

Commit 4c803d1

Browse files
committed
fix: lint errors
1 parent 76cfcbe commit 4c803d1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/wrapf/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Examples
2828
--------
2929
> var y = {{alias}}( 3.14, 0.0, 5.0 )
30-
3.14
30+
~3.14
3131
> y = {{alias}}( -3.14, 0.0, 5.0 )
3232
~1.86
3333
> y = {{alias}}( 3.14, 0.0, 3.0 )

0 commit comments

Comments
 (0)