Skip to content

Commit 9f02d33

Browse files
authored
Fix a typo (rust-lang#1597)
1 parent b4689c9 commit 9f02d33

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)