summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 4954fbb..1fd3fcd 100644
--- a/readme.md
+++ b/readme.md
@@ -77,7 +77,7 @@ func main() {
Flags: complete.Flags{
// build sub command has a flag '-cpus', which
// expects number of cpus after it. in that case
- // anything could complete this flag.
+ // anything could complete this flag.
"-cpus": complete.Anything,
},
},