about summary refs log tree commit diff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-12-06 02:25:55 -0500
committerCorey Richardson <corey@octayn.net>2013-12-10 07:28:24 -0500
commit039a5933fb350dda5263cce824f7da8b86c473df (patch)
tree728be749a06c13f6326e3a76b04aa2d9fa76acec /doc/tutorial.md
parentd86f8b2fcab4ef70283d13982aa18cec6f66ec4f (diff)
downloadrust-039a5933fb350dda5263cce824f7da8b86c473df.tar.gz
rust-039a5933fb350dda5263cce824f7da8b86c473df.zip
Fix grammar error.
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 94686cf7c84..624d5528424 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -3255,7 +3255,8 @@ tutorials on individual topics.
 * [Error-handling and Conditions][conditions]
 * [Packaging up Rust code][rustpkg]
 
-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.
 
 [borrow]: tutorial-borrowed-ptr.html
 [tasks]: tutorial-tasks.html