summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBradley Falzon <brad@teambrad.net>2017-05-10 13:01:56 +0930
committerBradley Falzon <brad@teambrad.net>2017-05-10 13:01:56 +0930
commit70a01643f255f9227cf5a86efafe56af45f35ee7 (patch)
tree8e77b179e159823da26be310fd7b170a7e1d298c /cmd
parented0922f79d46318a2393475829630401c04ad4a4 (diff)
fix typo retrun should be return
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ponzu/usage.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/usage.go b/cmd/ponzu/usage.go
index 939b0c0..1f1364d 100644
--- a/cmd/ponzu/usage.go
+++ b/cmd/ponzu/usage.go
@@ -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.
`
@@ -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.
`