summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2023-02-10 13:46:29 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2023-02-10 21:56:56 +0000
commit2ba5f4dfa884b4b8257dcbb4213ed932e82113a2 (patch)
treebc01e1f52870008a89c66aa3fa7326701182c870 /sv.h
parent1863a6c87cb85549953c181e1d6a060138d60337 (diff)
downloadperl-2ba5f4dfa884b4b8257dcbb4213ed932e82113a2.tar.gz
sv.h types - tidy trailing sentences
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 65f8bc4381..0af3011891 100644
--- a/sv.h
+++ b/sv.h
@@ -73,9 +73,9 @@ compatibility.) C<SVt_NV> can hold undef or a double. (In builds that support
headless NVs, these could also hold a reference via a suitable offset, in the
same way that SVt_IV does, but this is not currently supported and seems to
be a rare use case.) C<SVt_PV> can hold C<undef>, a string, or a reference.
-C<SVt_PVIV> is a superset of C<SVt_PV> and C<SVt_IV>. C<SVt_PVNV> is similar.
-C<SVt_PVMG> can hold anything C<SVt_PVNV> can hold, but it can, but does not
-have to, be blessed or magical.
+C<SVt_PVIV> is a superset of C<SVt_PV> and C<SVt_IV>. C<SVt_PVNV> is a
+superset of C<SVt_PV> and C<SVt_NV>. C<SVt_PVMG> can hold anything C<SVt_PVNV>
+can hold, but it may also be blessed or magical.
=for apidoc AmnU||SVt_NULL
Type flag for scalars. See L</svtype>.