@@ -295,7 +295,7 @@ Raw string literals do not process any escapes. They start with the character
295295` U+0022 ` (double-quote) character. The _ raw string body_ is not defined in the
296296EBNF grammar above: it can contain any sequence of Unicode characters and is
297297terminated only by another ` U+0022 ` (double-quote) character, followed by the
298- same number of ` U+0023 ` (` # ` ) characters that preceeded the opening ` U+0022 `
298+ same number of ` U+0023 ` (` # ` ) characters that preceded the opening ` U+0022 `
299299(double-quote) character.
300300
301301All Unicode characters contained in the raw string body represent themselves,
@@ -2240,7 +2240,7 @@ fn main() {
22402240Certain aspects of Rust may be implemented in the compiler, but they're not
22412241necessarily ready for every-day use. These features are often of "prototype
22422242quality" or "almost production ready", but may not be stable enough to be
2243- considered a full-fleged language feature.
2243+ considered a full-fledged language feature.
22442244
22452245For this reason, Rust recognizes a special crate-level attribute of the form:
22462246
@@ -3989,7 +3989,7 @@ dependencies will be used:
39893989 could only be found in an ` rlib ` format. Remember that ` staticlib ` formats
39903990 are always ignored by ` rustc ` for crate-linking purposes.
39913991
3992- 2 . If a static library is being produced, all upstream dependecies are
3992+ 2 . If a static library is being produced, all upstream dependencies are
39933993 required to be available in ` rlib ` formats. This requirement stems from the
39943994 same reasons that a dynamic library must have all dynamic dependencies.
39953995
0 commit comments