diff --git a/book/src/introduction.md b/book/src/introduction.md index c31c896e8f..f3d7a02869 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -53,7 +53,7 @@ Anatoly's implementation began in a private codebase and was implemented in the C programming language. Greg Fitzgerald, who had previously worked with Anatoly at semiconductor giant Qualcomm Incorporated, encouraged him to reimplement the project in the Rust programming language. Greg had worked on the LLVM compiler -infrastructure, which underlies both the C lang C/C++ compiler as well as the +infrastructure, which underlies both the Clang C/C++ compiler as well as the Rust compiler. Greg claimed that the language's safety guarantees would improve software productivity and that its lack of a garbage collector would allow programs to perform as well as those written in C. Anatoly gave it a shot and