Skip to content

Commit ee7a68d

Browse files
committed
Fix minor typo in E0038
1 parent 855fb61 commit ee7a68d

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)