Skip to content

Commit 888af6a

Browse files
authored
Update README.md
fix typo
1 parent e216b83 commit 888af6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

009-斐波那契数列/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public:
589589
{
590590
if(n == 0)
591591
{
592-
return 1;
592+
return 0;
593593
}
594594
else if(n == 1)
595595
{

0 commit comments

Comments
 (0)