Skip to content

Commit d0c9525

Browse files
authored
Update ui.md
1 parent afd5496 commit d0c9525

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)