Skip to content

Commit 9d7613a

Browse files
committed
Fix a typo
1 parent 0476a87 commit 9d7613a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/issue-50825-1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// run-pass
1212
// regression test for issue #50825
13-
// Make sure that the `impl` bound (): X<T = ()> is prefered over
13+
// Make sure that the `impl` bound (): X<T = ()> is preferred over
1414
// the (): X bound in the where clause.
1515

1616
trait X {

src/test/ui/issue-50825.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// run-pass
1212
// regression test for issue #50825
13-
// Make sure that the built-in bound {integer}: Sized is prefered over
13+
// Make sure that the built-in bound {integer}: Sized is preferred over
1414
// the u64: Sized bound in the where clause.
1515

1616
fn foo(y: &[()])

0 commit comments

Comments
 (0)