1
0
mirror of https://github.com/Dummi26/mers.git synced 2025-07-07 17:18:02 +02:00

fix spelling mistake

This commit is contained in:
Mark 2023-10-28 12:53:12 +02:00
parent 577ef510ce
commit d72de43aad

@ -14,7 +14,7 @@ fib := n -> {
()
} else {
// 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)
}
}}.loop