Skip to content

Commit

Permalink
chore: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush0325 committed Oct 10, 2024
1 parent e7c7069 commit 604ada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/gcdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var b = discreteUniform( a.length, 0, 50 );

var i;
for ( i = 0; i < a.length; i++ ) {
console.log( 'gcd(%d,%d) = %d', a[ i ], b[ i ], gcdf( a[ i ], b[ i ] ) );
console.log( 'gcdf(%d,%d) = %d', a[ i ], b[ i ], gcdf( a[ i ], b[ i ] ) );
}
```

Expand Down

0 comments on commit 604ada8

Please sign in to comment.