Skip to content

Commit

Permalink
Fix README HintAction function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
zan-xhipe authored and alecthomas committed Jul 7, 2017
1 parent 5a61528 commit fc56a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Consider the case that you needed to read a local database or a file to
provide suggestions. You can dynamically generate the options

```
func listHosts(args []string) []string {
func listHosts() []string {
// Provide a dynamic list of hosts from a hosts file or otherwise
// for bash completion. In this example we simply return static slice.
Expand Down

0 comments on commit fc56a01

Please sign in to comment.