about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-05-26 00:16:32 -0700
committerBrian Anderson <banderson@mozilla.com>2012-05-26 00:16:32 -0700
commit5281db2bc273f089a872175f935c01f33dfa4326 (patch)
treee4bea63c09d85d6c8c8cb118596ab1150f491ca8 /src/libcore
parentb4516590e4c17d1927d57359dd1dcef30366379b (diff)
core: Fix capitalization in docs
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 7253711a05f..13a54ddfcb6 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -13,7 +13,7 @@ built-in types and runtime services, or that is used in nearly every
 non-trivial program.
 
 `core` includes modules corresponding to each of the integer types, each of
-THE floating point types, the `bool` type, tuples, characters, strings,
+the floating point types, the `bool` type, tuples, characters, strings,
 vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
 Additionally, `core` provides very commonly used built-in types and
 operations, concurrency primitives, platform abstractions, I/O, and complete