summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-10-27 04:09:03 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-28 17:46:58 -0700
commit9a63e366d1167a528e8df0d80c9d85c0830d63e9 (patch)
tree3e43607c1be38084eacbb913581433e97e32647d /dump.c
parentaff539aa0fc970a7b080a077309522932e179d10 (diff)
downloadperl-9a63e366d1167a528e8df0d80c9d85c0830d63e9.tar.gz
Consistent spaces after dots in perlapi.pod
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index a8956c95f4..2d9e019268 100644
--- a/dump.c
+++ b/dump.c
@@ -96,7 +96,7 @@ S_append_flags(pTHX_ SV *sv, U32 flags, const struct flag_to_name *start,
Escapes at most the first "count" chars of pv and puts the results into
dsv such that the size of the escaped string will not exceed "max" chars
-and will not contain any incomplete escape sequences. The number of bytes
+and will not contain any incomplete escape sequences. The number of bytes
escaped will be returned in the STRLEN *escaped parameter if it is not null.
When the dsv parameter is null no escaping actually occurs, but the number
of bytes that would be escaped were it not null will be calculated.