Skip to content

Commit 42a531c

Browse files
authored
Fix typo (#1063)
1 parent 5b2ef08 commit 42a531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ that use diagnostic items. This happens very rarely.
269269

270270
### What is a 'sysroot'?
271271

272-
When you build a project with cargo, the build artifacts for dependendencies
272+
When you build a project with cargo, the build artifacts for dependencies
273273
are normally stored in `target/debug/deps`. This only contains dependencies cargo
274274
knows about; in particular, it doesn't have the standard library. Where do
275275
`std` or `proc_macro` come from? It comes from the **sysroot**, the root

0 commit comments

Comments
 (0)