Skip to content

Commit 462c7c3

Browse files
authored
Rollup merge of #143176 - kilavvy:master, r=jieyouxu
fix typos and improve clarity in documentation ``` Description: This pull request corrects minor typos and improves wording for clarity across several documentation files, including: - Correcting instrinsics → intrinsics - Correcting preferrably → preferably - Correcting Orginally → Originally - Correcting resiliant → resilient ```
2 parents 8ccffc9 + 897c4ee commit 462c7c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎library/stdarch/crates/intrinsic-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
intrinsic-test [FLAGS] [OPTIONS] <INPUT>
88
99
FLAGS:
10-
--a32 Run tests for A32 instrinsics instead of A64
10+
--a32 Run tests for A32 intrinsics instead of A64
1111
--generate-only Regenerate test programs, but don't build or run them
1212
-h, --help Prints help information
1313
-V, --version Prints version information

‎src/doc/rustc-dev-guide/src/tests/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ This directive takes comma-separated issue numbers as arguments, or `"unknown"`:
499499
- `//@ known-bug: rust-lang/chalk#123456`
500500
(allows arbitrary text before the `#`, which is useful when the issue is on another repo)
501501
- `//@ known-bug: unknown`
502-
(when there is no known issue yet; preferrably open one if it does not already exist)
502+
(when there is no known issue yet; preferably open one if it does not already exist)
503503

504504
Do not include [error annotations](#error-annotations) in a test with
505505
`known-bug`. The test should still include other normal directives and

‎src/doc/unstable-book/src/language-features/type-alias-impl-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct HaveAlias {
6464

6565
In this example, the concrete type referred to by `Alias` is guaranteed to be the same wherever `Alias` occurs.
6666

67-
> Orginally this feature included type aliases as an associated type of a trait. In [#110237] this was split off to [`impl_trait_in_assoc_type`].
67+
> Originally this feature included type aliases as an associated type of a trait. In [#110237] this was split off to [`impl_trait_in_assoc_type`].
6868
6969
### `type_alias_impl_trait` in argument position.
7070

‎src/tools/rust-installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To combine installers.
5151

5252
* Make install.sh not have to be customized, pull it's data from a
5353
config file.
54-
* Be more resiliant to installation failures, particularly if the disk
54+
* Be more resilient to installation failures, particularly if the disk
5555
is full.
5656
* Pre-install and post-uninstall scripts.
5757
* Allow components to depend on or contradict other components.

0 commit comments

Comments
 (0)