Skip to content

Commit 2913b9b

Browse files
committed
1 parent a629f2e commit 2913b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/10-Interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ public class Adventure {
11121112
x.swim();
11131113
}
11141114

1115-
public staic void v(CanFly x) {
1115+
public static void v(CanFly x) {
11161116
x.fly();
11171117
}
11181118

0 commit comments

Comments
 (0)