From 4081b40523c7059a742dc11193fea7356495c614 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 22 Sep 2012 22:24:06 -0700 Subject: [PATCH] tutorial: Don't iloop in example --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 646a7ee4c07..4a81137ed3b 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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() {