Skip to content

Commit 89430be

Browse files
committed
Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomez
diagnostics: Fix minor typo in E0038
2 parents 32f8366 + ee7a68d commit 89430be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ trait Trait {
115115
116116
Now, `foo()` can no longer be called on a trait object, but you will now be
117117
allowed to make a trait object, and that will be able to call any object-safe
118-
methods". With such a bound, one can still call `foo()` on types implementing
118+
methods. With such a bound, one can still call `foo()` on types implementing
119119
that trait that aren't behind trait objects.
120120
121121
### Method has generic type parameters

0 commit comments

Comments
 (0)