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 8b826e4 commit 63eae18Copy full SHA for 63eae18
src/interfaces.md
@@ -8,7 +8,7 @@ Interfaces do a related thing. They let you write code that takes advantage
8
of commonalities.
9
10
```java
11
-inteface Dog {
+interface Dog {
12
void bark();
13
}
14
```
0 commit comments