Skip to content

Commit 53035ec

Browse files
committed
remove unnecessary changes
1 parent 714cd66 commit 53035ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)