Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fadb50

Browse files
authoredJan 10, 2020
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.