tutorial: Don't iloop in example

This commit is contained in:
Brian Anderson 2012-09-22 22:24:06 -07:00
parent 7937905dbf
commit 4081b40523
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ paretheses, while their bodies *must* be wrapped in
brackets. Single-statement, bracket-less bodies are not allowed.
~~~~
# fn calibrate_universe() -> bool { true }
# fn calibrate_universe() -> bool { false }
# fn party_on() {}
# fn panic() {}
fn main() {