]> git.lizzy.rs Git - rust.git/commitdiff
doc: typo
authorBrian Anderson <banderson@mozilla.com>
Sun, 8 Jan 2012 01:04:30 +0000 (17:04 -0800)
committerBrian Anderson <banderson@mozilla.com>
Sun, 8 Jan 2012 01:04:30 +0000 (17:04 -0800)
doc/rust.texi

index 98891018b10aa9b7cc882b76acf7e4cedec89334..5499ab37470d418f1de723ea98d4e6a597cc99d5 100644 (file)
@@ -2784,7 +2784,7 @@ effects of the expression's evaluation.
 * Ref.Expr.Cont::               Expression for terminating a single loop iteration.
 * Ref.Expr.For::                Expression for looping over strings and vectors.
 * Ref.Expr.If::                 Expression for simple conditional branching.
-* Ref.Expr.Alt::                Expression for branching on patterh matches.
+* Ref.Expr.Alt::                Expression for branching on pattern matches.
 * Ref.Expr.Prove::              Expression for static assertion of typestate.
 * Ref.Expr.Check::              Expression for dynamic assertion of typestate.
 * Ref.Expr.Claim::              Expression for static (unsafe) or dynamic assertion of typestate.