Skip to content

Commit

Permalink
Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay
Browse files Browse the repository at this point in the history
Fix typo Arbintrary to Arbitrary

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

Closes #72122.
  • Loading branch information
Dylan-DPC committed May 16, 2020
2 parents 25c91ea + 78eb64f commit e43dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0307.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Trait for Foo {
}
```

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

Expand Down

0 comments on commit e43dd47

Please sign in to comment.