Skip to content

Commit 2d8a9bd

Browse files
authored
Fix a typo in README (#89)
1 parent 81b8064 commit 2d8a9bd

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
@@ -40,7 +40,7 @@ Repeat.main()
4040
You kick off execution by calling your type's static `main()` method.
4141
The `ArgumentParser` library parses the command-line arguments,
4242
instantiates your command type, and then either executes your `run()` method
43-
or exits with useful a message.
43+
or exits with a useful message.
4444

4545
`ArgumentParser` uses your properties' names and type information,
4646
along with the details you provide using property wrappers,

0 commit comments

Comments
 (0)