summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-04-01 12:11:07 -0700
committerBrian Anderson <banderson@mozilla.com>2013-04-01 14:30:14 -0700
commit243e601e51fa899dd57c98f0624659364ea77f22 (patch)
tree1521eea87df7964b717acc9c37993322e8ca5426 /src/libcore
parent37634f3363fa871b72d181920caa2ec23eb63135 (diff)
downloadrust-243e601e51fa899dd57c98f0624659364ea77f22.tar.gz
rust-243e601e51fa899dd57c98f0624659364ea77f22.zip
doc: Update tutorial description of core
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/core.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index 443f2538fa9..292dd1d92cf 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -39,7 +39,7 @@ etc.
 
 Additionally, `core` contains a `prelude` module that reexports many of the
 most common core modules, types and traits. The contents of the prelude are
-imported inte every *module* by default.  Implicitly, all modules behave as if
+imported into every *module* by default.  Implicitly, all modules behave as if
 they contained the following prologue:
 
     use core::prelude::*;