Skip to content

Commit c1ef722

Browse files
docs: update return annotation value
PR-URL: stdlib-js#2370 Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 6199f14 commit c1ef722

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2936,7 +2936,7 @@ interface Namespace {
29362936
*
29372937
* @example
29382938
* var v = ns.csc( 3.141592653589793/2.0 );
2939-
* // returns ~1.0
2939+
* // returns 1.0
29402940
*
29412941
* @example
29422942
* var v = ns.csc( -3.141592653589793/6.0 );

0 commit comments

Comments
 (0)