Skip to content

Commit c40b282

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 23327aa + 87d1eb8 commit c40b282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)