Skip to content

Commit

Permalink
guide-runtime.md: remove redundant verb
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gesang committed Aug 12, 2014
1 parent 49a970f commit b8f512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide-runtime.md
Expand Up @@ -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
Expand Down

0 comments on commit b8f512d

Please sign in to comment.