From 003b2577f008cb6c255740b7af743e477c8b3d75 Mon Sep 17 00:00:00 2001 From: Daved Date: Mon, 6 Apr 2015 20:38:10 -0700 Subject: [PATCH] Corrected minor typo in second to last paragraph of readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c827cf..230411e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ source files that represent a single Go package. 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_jsonenums.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. This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.