Skip to content

Commit 3047401

Browse files
authored
Update my_fibonacci.m
1 parent 1705263 commit 3047401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/my_fibonacci.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%
1616
% results = my_fibonacci(5);
1717
%
18-
%
18+
1919
% (C) Copyright 2022 Remi Gau
2020

2121
is_positive_integer = @(n) (rem(n, 1) == 0) & (n > 0);

0 commit comments

Comments
 (0)