about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-25 12:21:21 -0700
committerbors <bors@rust-lang.org>2014-05-25 12:21:21 -0700
commit1cf1527b91db3c605e44fe9b90fc46ecf1d04c4f (patch)
tree5f47a6207a4cbdf0a06fc4b6529dd7ee5d05f639
parent759517c180857e1b494486d810c882755a1e2e26 (diff)
parent5ca437078be97d317a617a0088eeb538c02a431d (diff)
auto merge of #14426 : catharsis/rust/master, r=alexcrichton
Just a tiny fix, sorry about the noise :-)
-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 2efb2ae8a8a..0050bd2d77f 100644
--- a/src/doc/guide-runtime.md
+++ b/src/doc/guide-runtime.md
@@ -45,7 +45,7 @@ The runtime is designed with a few goals in mind:
   support as well.
 
 * The runtime should not enforce separate "modes of compilation" in order to
-  work in multiple circumstances. Is it an explicit goal that you compile a Rust
+  work in multiple circumstances. It is an explicit goal that you compile a Rust
   library once and use it forever (in all environments).
 
 * The runtime should be fast. There should be no architectural design barrier