From d219d3e2766d36b36dfd7d16e0f876cbf943ccf6 Mon Sep 17 00:00:00 2001 From: retgits Date: Sun, 20 Jan 2019 12:47:18 -0800 Subject: [PATCH] fix: fixed typo --- generator/textwidget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/textwidget.go b/generator/textwidget.go index 0790c974..b847ecc7 100644 --- a/generator/textwidget.go +++ b/generator/textwidget.go @@ -5,7 +5,7 @@ // using the textwidget.tpl template. // The TextWidget generator needs one environment variable, called WTF_WIDGET_NAME, which will // be the name of the TextWidget it generates. If the variable hasn't been set, the generator -// will use "NewWiNewTextWidgetdget". On Linux and macOS the command can be run as +// will use "NewTextWidget". On Linux and macOS the command can be run as // 'WTF_WIDGET_NAME=MyNewWidget go generate text'. package main