Skip to content

Commit e43dd47

Browse files
authored
Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay
Fix typo Arbintrary to Arbitrary Signed-off-by: Rustin-Liu <rustin.liu@gmail.com> Closes #72122.
2 parents 25c91ea + 78eb64f commit e43dd47

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0307.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl Trait for Foo {
6464
}
6565
```
6666

67-
The nightly feature [Arbintrary self types][AST] extends the accepted
67+
The nightly feature [Arbitrary self types][AST] extends the accepted
6868
set of receiver types to also include any type that can dereference to
6969
`Self`:
7070

0 commit comments

Comments
 (0)