mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
fix spelling mistake
This commit is contained in:
parent
577ef510ce
commit
d72de43aad
@ -14,7 +14,7 @@ fib := n -> {
|
|||||||
()
|
()
|
||||||
} else {
|
} else {
|
||||||
// n is zero or negative (happens the n-th time this loop runs),
|
// n is zero or negative (happens the n-th time this loop runs),
|
||||||
// so we break with the lates value
|
// so we break with the latest value
|
||||||
(r)
|
(r)
|
||||||
}
|
}
|
||||||
}}.loop
|
}}.loop
|
||||||
|
Loading…
Reference in New Issue
Block a user