From 6cefc6e32c9927f28d0877839e061ee48eebaeb4 Mon Sep 17 00:00:00 2001 From: Michael Zhou Date: Tue, 24 Jun 2014 00:11:19 -0400 Subject: [PATCH] Fix grammar in tutorial "as this document" should be "than this document" --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index e6d9cef7a3108..93304362fd0ae 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -3334,7 +3334,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