Skip to content

Commit 604ada8

Browse files
committed
chore: typo in readme
1 parent e7c7069 commit 604ada8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/gcdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var b = discreteUniform( a.length, 0, 50 );
103103

104104
var i;
105105
for ( i = 0; i < a.length; i++ ) {
106-
console.log( 'gcd(%d,%d) = %d', a[ i ], b[ i ], gcdf( a[ i ], b[ i ] ) );
106+
console.log( 'gcdf(%d,%d) = %d', a[ i ], b[ i ], gcdf( a[ i ], b[ i ] ) );
107107
}
108108
```
109109

0 commit comments

Comments
 (0)