summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-07-21 14:02:31 -0600
committerKarl Williamson <khw@cpan.org>2019-09-15 10:39:55 -0600
commitf85ae7874530f217898001f620c7cd4d33291f8d (patch)
tree2b3ee187dba3942ebb582674e44f3d23f44255c9 /sv.h
parent0923255565af07415b71456cecf303fc48043a95 (diff)
downloadperl-f85ae7874530f217898001f620c7cd4d33291f8d.tar.gz
sv.h: SVt_INVLIST is core-only
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index 365a7b25b1..91f78fa7f0 100644
--- a/sv.h
+++ b/sv.h
@@ -93,8 +93,8 @@ Type flag for scalars. See L</svtype>.
=for apidoc AmnU||SVt_PVMG
Type flag for scalars. See L</svtype>.
-=for apidoc AmnU||SVt_INVLIST
-Type flag for scalars. See L</svtype>.
+=for apidoc CmnU||SVt_INVLIST
+Type flag for scalars. See L<perlapi/svtype>.
=for apidoc AmnU||SVt_REGEXP
Type flag for regular expressions. See L</svtype>.