Skip to content

Commit f2086a4

Browse files
authored
[spec] Add note regarding parameter names (WebAssembly#1412)
1 parent 63881c2 commit f2086a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

document/core/text/types.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Function Types
9393
&\Rightarrow& t \\
9494
\end{array}
9595
96+
.. note::
97+
The optional identifier names for parameters in a function type only have documentation purpose.
98+
They cannot be referenced from anywhere.
99+
96100

97101
Abbreviations
98102
.............

0 commit comments

Comments
 (0)