We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7a724 commit 574242dCopy full SHA for 574242d
src/interfaces/implementation.md
@@ -18,7 +18,7 @@ class Mutt implements Dog {
18
}
19
```
20
21
-Then you all you need to do is declare methods which match up with the methods defined in the interface.
+Then all you need to do is declare methods which match up with the methods defined in the interface.
22
Keep in mind that while you didn't write `public` in the interface, you need to write `public`
23
when implementing a method from an interface.[^all]
24
0 commit comments