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 36f9e61 commit 5ead678Copy full SHA for 5ead678
op.h
@@ -911,7 +911,7 @@ Exactly like C<XopENTRY(XopENTRY(Perl_custom_op_xop(aTHX_ o), which)> but more
911
efficient. The C<which> parameter is identical to L</XopENTRY>.
912
913
=for apidoc Amu|void|XopENTRY_set|XOP *xop|token which|value
914
-Set a member of the XOP structure. C<which> is a cpp token
+Set a member of the XOP structure to C<value>. C<which> is a cpp token
915
indicating which entry to set. See L<perlguts/"Custom Operators">
916
for details about the available members and how
917
they are used. This macro evaluates its argument
0 commit comments