Skip to content

Commit 29ca0f8

Browse files
committed
2 parents 2d14155 + 3ac1d0b commit 29ca0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The purpose of this library is to improve type safety when using the [`System.Co
88
## Features
99

1010
* Mismatches between `inputs` and `setHandler` function parameters are caught at compile time
11-
* `Input.Option` helper method avoids the need use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
11+
* `Input.Option` helper method avoids the need to use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
1212
* `Input.OptionMaybe` and `Input.ArgumentMaybe` allow you to use F# `option` types in your handler function.
1313

1414
## Examples

0 commit comments

Comments
 (0)