Corrected minor typo in last paragraph of package main comment.

This commit is contained in:
Daved 2015-04-06 20:56:34 -07:00
parent 003b2577f0
commit a9a20fa77c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
// //
// The -type flag accepts a comma-separated list of types so a single run can // 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, // 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. // overridden with the -suffix flag.
// //
package main package main