diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-21 00:29:09 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-21 11:21:09 -0700 |
commit | 7e234f81b6d7325dd91edae7737f9bd69a91fc73 (patch) | |
tree | e207e7a3048ab1a53d6d9df46959c698783f552a /sv.h | |
parent | e96513a272994fa40337538729c370cb2b01f9fd (diff) | |
download | perl-7e234f81b6d7325dd91edae7737f9bd69a91fc73.tar.gz |
Consistent spaces after dots in perlapi
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |