We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855fb61 commit ee7a68dCopy full SHA for ee7a68d
src/librustc/diagnostics.rs
@@ -115,7 +115,7 @@ trait Trait {
115
116
Now, `foo()` can no longer be called on a trait object, but you will now be
117
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
+methods. With such a bound, one can still call `foo()` on types implementing
119
that trait that aren't behind trait objects.
120
121
### Method has generic type parameters
0 commit comments