Skip to content

Commit

Permalink
Update godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Sep 6, 2022
1 parent af60ce5 commit 9a22ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/examples/flags.md
Expand Up @@ -129,7 +129,7 @@ func main() {
},
},
Action: func(cCtx *cli.Context) error {
fmt.Println("Count ", count)
fmt.Println("count", count)
return nil
},
}
Expand Down

0 comments on commit 9a22ec0

Please sign in to comment.