Skip to content

Commit a2430b6

Browse files
committed
chore: stuff from code review
1 parent aec1213 commit a2430b6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @return least common multiple
2929
*
3030
* @example
31-
* double out = stdlib_base_lcmf( 21.0f, 6.0f );
31+
* float out = stdlib_base_lcmf( 21.0f, 6.0f );
3232
* // returns 42.0f
3333
*/
3434
float stdlib_base_lcmf( const float a, const float b ) {

0 commit comments

Comments
 (0)