We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32f8366 + ee7a68d commit 89430beCopy full SHA for 89430be
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