Skip to content

Commit 6a57bba

Browse files
authored
Rollup merge of rust-lang#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 aacee7b + ff981c2 commit 6a57bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)