Skip to content

Commit cec6add

Browse files
mark-i-mJoshua Nelson
and
Joshua Nelson
committed
Typo
Co-authored-by: Joshua Nelson <[email protected]>
1 parent f8dfca5 commit cec6add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-src.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The dependency structure is influenced strongly by two main factors:
103103
2. Compile time. By breaking the compiler into multiple crates, we can take
104104
better advantage of incremental/parallel compilation using cargo. In
105105
particular, we try to have as few dependencies between crates as possible so
106-
that we dont' have to rebuild as many crates if you change one.
106+
that we don't have to rebuild as many crates if you change one.
107107

108108
At the very bottom of the dependency tree are a handful of crates that are used
109109
by the whole compiler (e.g. [`rustc_span`]). The very early parts of the

0 commit comments

Comments
 (0)