Skip to content

Commit ebb2808

Browse files
committed
Fix typo
1 parent 3b5adec commit ebb2808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/fibonacci-finder.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ function output = fibonacci_finder(input)
4949
count = count + 1;
5050
end
5151
output = count; % Index in sequence
52-
end```
52+
end
53+
```

0 commit comments

Comments
 (0)