From 5ca437078be97d317a617a0088eeb538c02a431d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=C3=B6fgren?= Date: Sun, 25 May 2014 21:11:54 +0200 Subject: [PATCH] guide-runtime.md: Fix a typo --- src/doc/guide-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide-runtime.md b/src/doc/guide-runtime.md index 2efb2ae8a8a6..0050bd2d77f8 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