We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a77b1 commit 96180d7Copy full SHA for 96180d7
src/doc/reference.md
@@ -693,7 +693,7 @@ govern the behavior of programs at run-time. A program that fails to compile
693
due to violation of a compile-time rule has no defined dynamic semantics; the
694
compiler should halt with an error report, and produce no executable artifact.
695
696
-The compilation model centres on artifacts called _crates_. Each compilation
+The compilation model centers on artifacts called _crates_. Each compilation
697
processes a single crate in source form, and if successful, produces a single
698
crate in binary form: either an executable or a library.[^cratesourcefile]
699
0 commit comments