Skip to content

Commit 8f5038e

Browse files
authored
Merge pull request WebAssembly#109 from turbolent/patch-1
Fix decription of ref.func
2 parents 7708eb4 + 7ae4890 commit 8f5038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/syntax/instructions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Instructions in this group are concerned with accessing :ref:`references <syntax
191191
\REFFUNC~\funcidx \\
192192
\end{array}
193193
194-
These instruction produce a null value, check for a null value, or compare two references, respectively.
194+
These instruction produce a null value, check for a null value, or produce a reference to a given function, respectively.
195195

196196

197197
.. index:: ! parametric instruction, value type

0 commit comments

Comments
 (0)