Skip to content

Commit a43eac4

Browse files
committed
fixed infinite iteration
1 parent d22484e commit a43eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_07/conditionals/src/lesson7.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function getFirstNFibonacciNumbers(n: number): number[] {
123123
* Finds a value in an array of values.
124124
*
125125
* @param values The values to search.
126-
* @param start The left most index to search.
126+
* @param start The left most index to search.e
127127
* @param end The right most index to search.
128128
* @param value The value to look for.
129129
* @return The index of the value if found in the array and -1 otherwise.

0 commit comments

Comments
 (0)