Skip to content

Commit

Permalink
Fix typo on flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonkpils committed May 12, 2015
1 parent fb927d7 commit 51987a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func main() {
Flags: []cli.Flag{
cli.BoolFlag{
Name: "test",
Usage: "allow submision of test files",
Usage: "allow submission of test files",
},
},
},
Expand Down

2 comments on commit 51987a6

@kytrinyx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I totally didn't catch that.

@Tonkpils
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehehe, I caught it after re-reviewing it 😞

Please sign in to comment.