Skip to content

Commit abed779

Browse files
authored
Small grammar fix (#762)
1 parent 2e5aa78 commit abed779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ If the value passed as an input to a list type is *not* a list and not the
15851585
where the single item value is the result of input coercion for the list's item
15861586
type on the provided value (note this may apply recursively for nested lists).
15871587

1588-
This allow inputs which accept one or many arguments (sometimes referred to as
1588+
This allows inputs which accept one or many arguments (sometimes referred to as
15891589
"var args") to declare their input type as a list while for the common case of a
15901590
single value, a client can just pass that value directly rather than
15911591
constructing the list.

0 commit comments

Comments
 (0)