Skip to content

Commit 780fb91

Browse files
committed
trying to fix spelling in LucasSeries.js
1 parent 3d06ddf commit 780fb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Maths/LucasSeries.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/**
14-
* @param {Number} index The position of the number you want to get from the Lucas Series
14+
* @param {Number} index The position of the number you want to get from the Lucas series
1515
*/
1616
function lucas(index) {
1717
// index can't be negative

0 commit comments

Comments
 (0)