about summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorMichael Zhou <moz@google.com>2014-06-24 00:11:19 -0400
committerAlex Crichton <alex@alexcrichton.com>2014-06-24 17:23:12 -0700
commit58078005cf053fd66b3d748675c19063badc9640 (patch)
treef32c2f9ffae18db85273ad7925606af5dd6d22ae /src/doc/tutorial.md
parent808b848eafb5583192653504898f47a4431b89ea (diff)
downloadrust-58078005cf053fd66b3d748675c19063badc9640.tar.gz
rust-58078005cf053fd66b3d748675c19063badc9640.zip
Fix grammar in tutorial
"as this document" should be "than this document"
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index d5488ecc85d..d4f446b2933 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -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