Skip to content

Commit 6daf923

Browse files
authored
Update main.c
Signed-off-by: Gunj Joshi <[email protected]>
1 parent b2ac6cf commit 6daf923

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* @param x dividend
4848
* @param y divisor
49-
* @return remainder
49+
* @return remainder
5050
*
5151
* @example
5252
* double out = stdlib_base_fmod( 8.9, 3.0 );

0 commit comments

Comments
 (0)