Skip to content

Commit 7998fe1

Browse files
committed
Revert inaccurate typo fix
1 parent 780036e commit 7998fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/FAQ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ That said, we do expect Swift to be a better language than C++ in a number of wa
1919
so why don't we implement the compiler itself in Swift? There are a couple of
2020
reasons that bootstrapping is not a good idea, at least in the short term:
2121

22-
* This complicates bring up of the compiler, because you have to move both the
22+
* This complicates bringup of the compiler, because you have to move both the
2323
compiled language and the compiler at the same time as the language evolves.
2424
* We want the language evolution and direction to be driven by general purpose
2525
programming challenges, not by the specific needs of compiler hackers. The

0 commit comments

Comments
 (0)