From a35dc85b683d02e2f38f5b76c38f2818d2426e86 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 3 Oct 2012 20:06:54 -0700 Subject: [PATCH] docs: Typo --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 259328b0974..9ea8bcd148d 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -350,7 +350,7 @@ if x { let y = if x { foo() } else { bar() }; ~~~ -This may sound a intricate, but it is super-useful and will grow on you. +This may sound intricate, but it is super-useful and will grow on you. ## Types