Fix typo in docs for SvPV: ") => >"
authorBrian Gottreu <gottreu@gmail.com>
Wed, 10 Jul 2013 13:14:35 +0000 (08:14 -0500)
committerSteffen Mueller <smueller@cpan.org>
Wed, 10 Jul 2013 14:24:36 +0000 (16:24 +0200)
sv.h

diff --git a/sv.h b/sv.h
index 0c1ded6..1f9145f 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -1478,7 +1478,7 @@ 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
 equal to C<SvPVX(sv)>, or that C<SvPVX(sv)> contains valid data, or that
-successive calls to C<SvPV(sv)) will return the same pointer value each
+successive calls to C<SvPV(sv)> will return the same pointer value each
 time. This is due to the way that things like overloading and
 Copy-On-Write are handled.  In these cases, the return value may point to
 a temporary buffer or similar.  If you absolutely need the SvPVX field to