We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5aa78 commit abed779Copy full SHA for abed779
spec/Section 3 -- Type System.md
@@ -1585,7 +1585,7 @@ If the value passed as an input to a list type is *not* a list and not the
1585
where the single item value is the result of input coercion for the list's item
1586
type on the provided value (note this may apply recursively for nested lists).
1587
1588
-This allow inputs which accept one or many arguments (sometimes referred to as
+This allows inputs which accept one or many arguments (sometimes referred to as
1589
"var args") to declare their input type as a list while for the common case of a
1590
single value, a client can just pass that value directly rather than
1591
constructing the list.
0 commit comments