Skip to content

Commit b7feba2

Browse files
docs: fix C example variable declaration
PR-URL: #11127 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 60e78d4 commit b7feba2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @return output value
2727
*
2828
* @example
29-
* out = stdlib_base_asech( 1.0 );
29+
* double out = stdlib_base_asech( 1.0 );
3030
* // returns 0.0
3131
*/
3232
double stdlib_base_asech( const double x ) {

0 commit comments

Comments
 (0)