Skip to content

Commit 74bc8c0

Browse files
committed
typo
Closes rust-lang#1596
1 parent 41a96ab commit 74bc8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/building/prerequisites.md

+1-1
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)