summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-19 05:34:03 -0600
committerKarl Williamson <khw@cpan.org>2022-05-19 05:46:42 -0600
commitd487610d48c95b3e3060ff87bf2ac4b8bb717ad6 (patch)
tree191e267ba4feff6c8dca51b26099ce62b7118ab4 /dump.c
parent0797ed673c3083c5458e984824b608f502c58d9c (diff)
downloadperl-d487610d48c95b3e3060ff87bf2ac4b8bb717ad6.tar.gz
Fix typos for generating perlapi
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 45d4327ee9..6887ec3ad3 100644
--- a/dump.c
+++ b/dump.c
@@ -961,7 +961,7 @@ S_pm_description(pTHX_ const PMOP *pm)
}
/*
-=for api_doc pmop_dump
+=for apidoc pmop_dump
Dump an OP that is related to Pattern Matching, such as C<s/foo/bar/>; these require
special handling.