]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/second-edition/nostarch/chapter03.md
New upstream version 1.27.1+dfsg1
[rustc.git] / src / doc / book / second-edition / nostarch / chapter03.md
index 9d86a8e50e86359b471f77c5dbed3153982a4060..2350ce57b2dfd93d63b5476cb6517fbafe5767fc 100644 (file)
@@ -6,7 +6,7 @@
 This chapter covers concepts that appear in almost every programming language
 and how they work in Rust. Many programming languages have much in common at
 their core. None of the concepts presented in this chapter are unique to Rust,
-but we'll discuss them in the context of Rust and explain the conventions
+but well discuss them in the context of Rust and explain the conventions
 around using these concepts.
 
 Specifically, you’ll learn about variables, basic types, functions, comments,