@@ -295,7 +295,7 @@ Raw string literals do not process any escapes. They start with the character
295
295
` U+0022 ` (double-quote) character. The _ raw string body_ is not defined in the
296
296
EBNF grammar above: it can contain any sequence of Unicode characters and is
297
297
terminated 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 `
299
299
(double-quote) character.
300
300
301
301
All Unicode characters contained in the raw string body represent themselves,
@@ -2256,7 +2256,7 @@ fn main() {
2256
2256
Certain aspects of Rust may be implemented in the compiler, but they're not
2257
2257
necessarily ready for every-day use. These features are often of "prototype
2258
2258
quality" or "almost production ready", but may not be stable enough to be
2259
- considered a full-fleged language feature.
2259
+ considered a full-fledged language feature.
2260
2260
2261
2261
For this reason, Rust recognizes a special crate-level attribute of the form:
2262
2262
@@ -4005,7 +4005,7 @@ dependencies will be used:
4005
4005
could only be found in an ` rlib ` format. Remember that ` staticlib ` formats
4006
4006
are always ignored by ` rustc ` for crate-linking purposes.
4007
4007
4008
- 2 . If a static library is being produced, all upstream dependecies are
4008
+ 2 . If a static library is being produced, all upstream dependencies are
4009
4009
required to be available in ` rlib ` formats. This requirement stems from the
4010
4010
same reasons that a dynamic library must have all dynamic dependencies.
4011
4011
0 commit comments