Skip to content

Commit db8e401

Browse files
authored
docs: fix variable name
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1a87896 commit db8e401

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* The Euler-Mascheroni constant.
2323
*
2424
* @example
25-
* var val = FLOAT32_GAMMA;
25+
* var val = FLOAT32_EULERGAMMA;
2626
* // returns 0.5772156715393066
2727
*/
2828
declare const FLOAT32_EULERGAMMA: number;

0 commit comments

Comments
 (0)