Skip to content

Commit a294334

Browse files
authored
style: fix spacing
PR-URL: #2872 Ref: f65c856#r146353492 Reviewed-by: Athan Reines <[email protected]>
1 parent 1f5dba3 commit a294334

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/wrap/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @param v input value
2929
* @param min minimum value
3030
* @param max maximum value
31-
* @return wrapped value
31+
* @return wrapped value
3232
*
3333
* @example
3434
* double v = stdlib_base_wrap( 3.14, 0.0, 5.0 );

0 commit comments

Comments
 (0)