Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0d0a85c

Browse files
authored
Fix a typo (rust-lang#1597)
1 parent 8d84a0c commit 0d0a85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/building/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ laptop. We suggest downloading LLVM from CI so you don't have to build it from s
2929

3030
Like `cargo`, the build system will use as many cores as possible. Sometimes
3131
this can cause you to run low on memory. You can use `-j` to adjust the number
32-
concurrent jobs. If a full build takes more than ~45 minutes to an hour, you
32+
of concurrent jobs. If a full build takes more than ~45 minutes to an hour, you
3333
are probably spending most of the time swapping memory in and out; try using
3434
`-j1`.
3535

0 commit comments

Comments
 (0)