about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-20 17:59:41 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-08-12 07:39:53 +0200
commitb8f512d22044fe9d311c392eb1f96faff28b7f5d (patch)
tree271272db9187538fcd517331c9bb96a6e080c269
parent49a970f2449a78f28b6c301e542d38593094ca77 (diff)
downloadrust-b8f512d22044fe9d311c392eb1f96faff28b7f5d.tar.gz
rust-b8f512d22044fe9d311c392eb1f96faff28b7f5d.zip
guide-runtime.md: remove redundant verb
-rw-r--r--src/doc/guide-runtime.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-runtime.md b/src/doc/guide-runtime.md
index 1367bdc0755..24b5834ef7c 100644
--- a/src/doc/guide-runtime.md
+++ b/src/doc/guide-runtime.md
@@ -128,7 +128,7 @@ itself, yet again implying that they are not defined in the standard library.
 The full complement of runtime features is defined by the [`Runtime`
 trait](std/rt/trait.Runtime.html) and the [`Task`
 struct](std/rt/task/struct.Task.html). A `Task` is constant among all runtime
-implementations, but each runtime implements has its own implementation of the
+implementations, but each runtime has its own implementation of the
 `Runtime` trait.
 
 The local `Task` stores the runtime value inside of itself, and then ownership