Skip to content

Commit 7a47da9

Browse files
committed
perlapi: Clarify delimcpy() entry
1 parent 4e66795 commit 7a47da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Perl_delimcpy_no_escape(char *to, const char *to_end,
654654
Copy a source buffer to a destination buffer, stopping at (but not including)
655655
the first occurrence in the source of an unescaped (defined below) delimiter
656656
byte, C<delim>. The source is the bytes between S<C<from> and C<from_end> -
657-
1>. Similarly, the dest is C<to> up to C<to_end>.
657+
1> inclusive. Similarly, the dest is C<to> up through C<to_end>.
658658
659659
The number of bytes copied is written to C<*retlen>.
660660

0 commit comments

Comments
 (0)