about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-19 16:27:50 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-22 17:54:09 -0400
commit96180d7e6bcb68e881664483ce3d7db91a0c72de (patch)
tree5ebac230a8f9a7fe89b6f6d28475a71ef6fb550a /src/doc/reference.md
parent64a77b1ff543514b4930af0760b1cadfbad2c98e (diff)
downloadrust-96180d7e6bcb68e881664483ce3d7db91a0c72de.tar.gz
rust-96180d7e6bcb68e881664483ce3d7db91a0c72de.zip
'merican English
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index e48185a579d..8cc425113a7 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -693,7 +693,7 @@ govern the behavior of programs at run-time. A program that fails to compile
 due to violation of a compile-time rule has no defined dynamic semantics; the
 compiler should halt with an error report, and produce no executable artifact.
 
-The compilation model centres on artifacts called _crates_. Each compilation
+The compilation model centers on artifacts called _crates_. Each compilation
 processes a single crate in source form, and if successful, produces a single
 crate in binary form: either an executable or a library.[^cratesourcefile]