From 2913b9bc6c0deaae400432ebf001009f4c12e741 Mon Sep 17 00:00:00 2001 From: LingCoder Date: Thu, 9 Jan 2020 10:46:31 +0800 Subject: [PATCH] fix #348 --- docs/book/10-Interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/10-Interfaces.md b/docs/book/10-Interfaces.md index 65e9e38f..7625e07b 100644 --- a/docs/book/10-Interfaces.md +++ b/docs/book/10-Interfaces.md @@ -1112,7 +1112,7 @@ public class Adventure { x.swim(); } - public staic void v(CanFly x) { + public static void v(CanFly x) { x.fly(); }