Skip to content

Commit 7f93976

Browse files
adds commas
1 parent 9c4b433 commit 7f93976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/building/bootstrapping/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of the same compiler.
66

77
This raises a chicken-and-egg paradox: where did the first compiler come from?
88
It must have been written in a different language. In Rust's case it was
9-
[written in OCaml][ocaml-compiler]. However it was abandoned long ago and the
9+
[written in OCaml][ocaml-compiler]. However, it was abandoned long ago, and the
1010
only way to build a modern version of rustc is with a slightly less modern
1111
version.
1212

src/building/bootstrapping/what-bootstrapping-does.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the same compiler.
88

99
This raises a chicken-and-egg paradox: where did the first compiler come from?
1010
It must have been written in a different language. In Rust's case it was
11-
[written in OCaml][ocaml-compiler]. However it was abandoned long ago and the
11+
[written in OCaml][ocaml-compiler]. However, it was abandoned long ago, and the
1212
only way to build a modern version of `rustc` is with a slightly less modern version.
1313

1414
This is exactly how [`./x.py`] works: it downloads the current beta release of

0 commit comments

Comments
 (0)