summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-21 00:29:09 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-21 11:21:09 -0700
commit7e234f81b6d7325dd91edae7737f9bd69a91fc73 (patch)
treee207e7a3048ab1a53d6d9df46959c698783f552a /sv.h
parente96513a272994fa40337538729c370cb2b01f9fd (diff)
downloadperl-7e234f81b6d7325dd91edae7737f9bd69a91fc73.tar.gz
Consistent spaces after dots in perlapi
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index f198d991d0..747962423c 100644
--- a/sv.h
+++ b/sv.h
@@ -1523,7 +1523,7 @@ Returns a pointer to the string in the SV, or a stringified form of
the SV if the SV does not contain a string. The SV may cache the
stringified version becoming C<SvPOK>. Handles 'get' magic. The
C<len> variable will be set to the length of the string (this is a macro, so
-don't use C<&len>). See also C<SvPVx> for a version which guarantees to
+don't use C<&len>). See also C<SvPVx> for a version which guarantees to
evaluate sv only once.
Note that there is no guarantee that the return value of C<SvPV()> is