Skip to content

Commit

Permalink
fix typo retrun should be return
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyfalzon committed May 10, 2017
1 parent ed0922f commit 70a0164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/ponzu/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ new <directory>
$ ponzu new myProject
> New ponzu project created at $GOPATH/src/myProject
Errors will be reported, but successful commands retrun nothing.
Errors will be reported, but successful commands return nothing.
`
Expand All @@ -77,7 +77,7 @@ generate, gen, g <generator type (,...fields)>
The generate command will intelligently parse more sophisticated field names
such as 'field_name' and convert it to 'FieldName' and vice versa, only where
appropriate as per common Go idioms. Errors will be reported, but successful
generate commands retrun nothing.
generate commands return nothing.
`
Expand Down

0 comments on commit 70a0164

Please sign in to comment.