Skip to content

Commit b39ebcc

Browse files
authored
docs: fix variable name
Signed-off-by: Athan <[email protected]>
1 parent ed2b64e commit b39ebcc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/catalan/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/catalan/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Catalan's constant.
2323
*
2424
* @example
25-
* var catalan = FLOTA32_CATALAN;
25+
* var catalan = FLOAT32_CATALAN;
2626
* // returns 0.9159656167030334
2727
*/
2828
declare const FLOAT32_CATALAN: number;

0 commit comments

Comments
 (0)