Skip to content

Commit 49f736d

Browse files
0xflotusQix-
authored andcommitted
typo: operatons -> operations (#46)
1 parent da7df11 commit 49f736d

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
@@ -92,7 +92,7 @@ Type functions are passed three arguments:
9292

9393
1. The parameter value (always a string)
9494
2. The parameter name (e.g. `--label`)
95-
3. The previous value for the destination (useful for reduce-like operatons or for supporting `-v` multiple times, etc.)
95+
3. The previous value for the destination (useful for reduce-like operations or for supporting `-v` multiple times, etc.)
9696

9797
This means the built-in `String`, `Number`, and `Boolean` type constructors "just work" as type functions.
9898

0 commit comments

Comments
 (0)