From 20ff933a17c387f1e153dab14ffc368eb5f55e20 Mon Sep 17 00:00:00 2001 From: Adrian Tam Date: Fri, 21 Jul 2017 00:16:53 -0400 Subject: [PATCH] structural/proxy: fix typo for handle --- structural/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structural/proxy.md b/structural/proxy.md index 8a33b9b..359536a 100644 --- a/structural/proxy.md +++ b/structural/proxy.md @@ -18,7 +18,7 @@ Short idea of implementation: action string } - // ObjDo implements IObject interface and handel's all logic + // ObjDo implements IObject interface and handles all logic func (obj *Object) ObjDo(action string) { // Action behavior fmt.Printf("I can, %s", action)