Skip to content

Commit 574242d

Browse files
committed
Fix grammar
1 parent 9a7a724 commit 574242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Mutt implements Dog {
1818
}
1919
```
2020

21-
Then you all you need to do is declare methods which match up with the methods defined in the interface.
21+
Then all you need to do is declare methods which match up with the methods defined in the interface.
2222
Keep in mind that while you didn't write `public` in the interface, you need to write `public`
2323
when implementing a method from an interface.[^all]
2424

0 commit comments

Comments
 (0)