We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c899f67 commit 4fadb50Copy full SHA for 4fadb50
src/librustc_error_codes/error_codes/E0185.md
@@ -19,8 +19,8 @@ impl Foo for Bar {
19
```
20
21
When a type implements a trait's associated function, it has to use the same
22
-signature. So in this case, since `Foo::foo` doesn't take any argument and
23
-doesn't return anything, its implementation on `Bar` should be the same:
+signature. So in this case, since `Foo::foo` does not take any argument and
+does not return anything, its implementation on `Bar` should be the same:
24
25
26
trait Foo {
0 commit comments