Skip to content

Commit 96180d7

Browse files
committed
'merican English
1 parent 64a77b1 commit 96180d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ govern the behavior of programs at run-time. A program that fails to compile
693693
due to violation of a compile-time rule has no defined dynamic semantics; the
694694
compiler should halt with an error report, and produce no executable artifact.
695695

696-
The compilation model centres on artifacts called _crates_. Each compilation
696+
The compilation model centers on artifacts called _crates_. Each compilation
697697
processes a single crate in source form, and if successful, produces a single
698698
crate in binary form: either an executable or a library.[^cratesourcefile]
699699

0 commit comments

Comments
 (0)