guide-runtime.md: remove redundant verb

This commit is contained in:
Philipp Gesang 2014-07-20 17:59:41 +02:00
parent 49a970f244
commit b8f512d220
No known key found for this signature in database
GPG Key ID: 5A7AECC5222FF504

View File

@ -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