From 039a5933fb350dda5263cce824f7da8b86c473df Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 6 Dec 2013 02:25:55 -0500 Subject: [PATCH] Fix grammar error. --- doc/tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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