Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Jan 9, 2020
1 parent a629f2e commit 2913b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/10-Interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ public class Adventure {
x.swim();
}

public staic void v(CanFly x) {
public static void v(CanFly x) {
x.fly();
}

Expand Down

0 comments on commit 2913b9b

Please sign in to comment.