Skip to content

Commit 7ecc004

Browse files
authored
Update main.c
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 24107e6 commit 7ecc004

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/assert/is-odd/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-odd/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "stdlib/math/base/assert/is_even.h"
2121

2222
/**
23-
* Test if a finite double-precision floating-point number is an odd number.
23+
* Tests if a finite double-precision floating-point number is an odd number.
2424
*
2525
* @param x input value
2626
* @return output value

0 commit comments

Comments
 (0)