From bea371f967123305c9d1a9e598de9ccdfbf2fce8 Mon Sep 17 00:00:00 2001 From: zhongsp Date: Thu, 11 Jan 2018 13:11:52 +0800 Subject: [PATCH] Add select method to TextBox class in interfaces example. PR698 --- doc/handbook/Interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/handbook/Interfaces.md b/doc/handbook/Interfaces.md index 5519e9d..f96a857 100644 --- a/doc/handbook/Interfaces.md +++ b/doc/handbook/Interfaces.md @@ -507,7 +507,7 @@ class Button extends Control implements SelectableControl { } class TextBox extends Control { - + select() { } } // Error: Property 'state' is missing in type 'Image'.