fix spelling mistake

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

View File

@ -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