Skip to content

Commit 4081b40

Browse files
committed
tutorial: Don't iloop in example
1 parent 7937905 commit 4081b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ paretheses, while their bodies *must* be wrapped in
204204
brackets. Single-statement, bracket-less bodies are not allowed.
205205

206206
~~~~
207-
# fn calibrate_universe() -> bool { true }
207+
# fn calibrate_universe() -> bool { false }
208208
# fn party_on() {}
209209
# fn panic() {}
210210
fn main() {

0 commit comments

Comments
 (0)