Skip to content

Commit 4fadb50

Browse files
authored
Update E0185.md
1 parent c899f67 commit 4fadb50

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+2
-2
lines changed

src/librustc_error_codes/error_codes/E0185.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ impl Foo for Bar {
1919
```
2020

2121
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:
22+
signature. So in this case, since `Foo::foo` does not take any argument and
23+
does not return anything, its implementation on `Bar` should be the same:
2424

2525
```
2626
trait Foo {

0 commit comments

Comments
 (0)