Skip to content

Commit d64e3c8

Browse files
committed
Fix example typo. [doc]
1 parent 5d06f40 commit d64e3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example, here is a simple "Hello, World!" commandline tool.
6060
cli.show_help
6161
exit
6262
end
63-
alias :h! :help1
63+
alias :h! :help!
6464

6565
# Say hello.
6666
def call(name)

0 commit comments

Comments
 (0)