From df27fa79134783bc471c0da78ce6f285476211a1 Mon Sep 17 00:00:00 2001 From: Yu Ao Date: Wed, 18 Mar 2020 10:56:40 +0800 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69d94ba2..f119448e3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Repeat.main() You kick off execution by calling your type's static `main()` method. The `ArgumentParser` library parses the command-line arguments, instantiates your command type, and then either executes your `run()` method -or exits with useful a message. +or exits with a useful message. `ArgumentParser` uses your properties' names and type information, along with the details you provide using property wrappers,