Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 31, 2024
1 parent f639ffb commit 66dff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/p0014.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* NOTE: Once the chain starts the terms are allowed to go above one million.
*
* @return {number}
*/
*/
exports.p0014 = function() {
let biggest_seen = 0;
let biggest_idx = 0;
Expand Down

0 comments on commit 66dff80

Please sign in to comment.