Skip to content

Commit 5ead678

Browse files
committed
perlapi: Clarify entry for XopENTRY_set
1 parent 36f9e61 commit 5ead678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ Exactly like C<XopENTRY(XopENTRY(Perl_custom_op_xop(aTHX_ o), which)> but more
911911
efficient. The C<which> parameter is identical to L</XopENTRY>.
912912
913913
=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
914+
Set a member of the XOP structure to C<value>. C<which> is a cpp token
915915
indicating which entry to set. See L<perlguts/"Custom Operators">
916916
for details about the available members and how
917917
they are used. This macro evaluates its argument

0 commit comments

Comments
 (0)