From c66c07bab24f08c4228e46d08ca9a07f4b7dad17 Mon Sep 17 00:00:00 2001 From: trustable-code Date: Sat, 31 Aug 2019 14:24:09 +0200 Subject: Fix typo --- src/nigui.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nigui.nim b/src/nigui.nim index 0ddc2a8..c97c29b 100755 --- a/src/nigui.nim +++ b/src/nigui.nim @@ -1404,7 +1404,7 @@ proc init(control: Control) = control.resetTextColor() control.resetBackgroundColor() control.show() - # should be extended by WindowImpl + # should be extended by ControlImpl method destroy(control: Control) = discard # nothing to do here -- cgit v1.2.3