Skip to content

Commit 71fba53

Browse files
authored
Rollup merge of #45006 - MaikKlein:patch-2, r=nikomatsakis
Typo in `librustc/README.md`
2 parents 856a12d + b3d85fc commit 71fba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ take:
153153
- LLVM then runs its various optimizations, which produces a number of `.o` files
154154
(one for each "codegen unit").
155155
6. **Linking**
156-
- Finally, those `.o` files are linke together.
156+
- Finally, those `.o` files are linked together.
157157

158158
Glossary
159159
========

0 commit comments

Comments
 (0)