]> git.lizzy.rs Git - rust.git/commitdiff
Fix grammar in tutorial
authorMichael Zhou <moz@google.com>
Tue, 24 Jun 2014 04:11:19 +0000 (00:11 -0400)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 00:23:12 +0000 (17:23 -0700)
"as this document" should be "than this document"

src/doc/tutorial.md

index d5488ecc85d95bd095f6b4d478e0eb880ab2d90e..d4f446b29334ffb17d756d1dae8c804262d0a3cc 100644 (file)
@@ -3343,7 +3343,7 @@ guides on individual topics.
 * [Testing Rust code][testing]
 * [The Rust Runtime][runtime]
 
-There is further documentation on the [wiki], however those tend to be even more out of date as this document.
+There is further documentation on the [wiki], however those tend to be even more out of date than this document.
 
 [pointers]: guide-pointers.html
 [lifetimes]: guide-lifetimes.html