diff --git a/examples/fib.mers b/examples/fib.mers index 1041198..2dc7f61 100644 --- a/examples/fib.mers +++ b/examples/fib.mers @@ -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