summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:26:55 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commita2dcbe9ee701c7a4b48e8015d4777a4878e6e2dc (patch)
treef808b9add918e4aff0665354e190eeb02cab97c5 /op.c
parent550697d618054b2358da0f4da60663859d63454c (diff)
downloadperl-a2dcbe9ee701c7a4b48e8015d4777a4878e6e2dc.tar.gz
perlapi: capitalize 'op'
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index c0879017bc..d65e004091 100644
--- a/op.c
+++ b/op.c
@@ -11157,7 +11157,7 @@ this function.
If C<o_is_gv> is false and C<o> is null, then the subroutine will
be anonymous. If C<o_is_gv> is false and C<o> is non-null, then C<o>
-must point to a C<const> op, which will be consumed by this function,
+must point to a C<const> OP, which will be consumed by this function,
and its string value supplies a name for the subroutine. The name may
be qualified or unqualified, and if it is unqualified then a default
stash will be selected in some manner. If C<o_is_gv> is true, then C<o>