From a9a20fa77ce94a8e80990c93cb2c7eeac1f41717 Mon Sep 17 00:00:00 2001 From: Daved Date: Mon, 6 Apr 2015 20:56:34 -0700 Subject: [PATCH] Corrected minor typo in last paragraph of package main comment. --- jsonenums.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonenums.go b/jsonenums.go index d4bd574..8b06cb7 100644 --- a/jsonenums.go +++ b/jsonenums.go @@ -59,7 +59,7 @@ // // The -type flag accepts a comma-separated list of types so a single run can // generate methods for multiple types. The default output file is t_string.go, -// where t is the lower-cased name of the first type listed. THe suffix can be +// where t is the lower-cased name of the first type listed. The suffix can be // overridden with the -suffix flag. // package main