Skip to content

Commit 7c36e1c

Browse files
committed
Fix typos
Signed-off-by: oliveredget <[email protected]>
1 parent 13f3924 commit 7c36e1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/doc/rustc-dev-guide/src/tests/compiletest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on if or how to run the test, what behavior to expect, and more. See
2929
[directives](directives.md) and the test suite documentation below for more details
3030
on these annotations.
3131

32-
See the [Adding new tests](adding.md) and [Best practies](best-practices.md)
32+
See the [Adding new tests](adding.md) and [Best practices](best-practices.md)
3333
chapters for a tutorial on creating a new test and advice on writing a good
3434
test, and the [Running tests](running.md) chapter on how to run the test suite.
3535

src/doc/unstable-book/src/language-features/default-field-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ have default field values.
6767
## Lints
6868

6969
When manually implementing the `Default` trait for a type that has default
70-
field values, if any of these are overriden in the impl the
70+
field values, if any of these are overridden in the impl the
7171
`default_overrides_default_fields` lint will trigger. This lint is in place
7272
to avoid surprising diverging behavior between `S { .. }` and
7373
`S::default()`, where using the same type in both ways could result in

src/rustdoc-json-types/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ pub struct Static {
12411241

12421242
/// Is the static `unsafe`?
12431243
///
1244-
/// This is only true if it's in an `extern` block, and not explicity marked
1244+
/// This is only true if it's in an `extern` block, and not explicitly marked
12451245
/// as `safe`.
12461246
///
12471247
/// ```rust

0 commit comments

Comments
 (0)