Skip to content

Commit 8035e8e

Browse files
committed
Address additional code review comment
1 parent 590708d commit 8035e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/type-system/inference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1139,8 +1139,8 @@ invocations, function object invocations, instance method invocations, and
11391139
static/toplevel method invocations to be distinguished. In these forms, `n_i:
11401140
m_i` (where `i` is an integer) is used as a convenient meta-syntax to refer to
11411141
an invocation argument `m_i` (an elaborated expression), possibly preceded by a
1142-
name selector `n_i:` (where `n_i` is a string). In this document, we use the
1143-
string `` to represent a name selector which is absent (meaning the
1142+
name selector `n_i:` (where `n_i` is a parameter name). In this document, we use
1143+
the string `` to represent a name selector which is absent (meaning the
11441144
corresponding `m_i` is a positional argument rather than a named argument).
11451145

11461146
The new invocation forms are as follows:

0 commit comments

Comments
 (0)