Skip to content

Commit 9eea297

Browse files
committed
perlapi: Fix typo in name, leading to warning
1 parent 0046291 commit 9eea297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ Perl_utf8_hop_back_overshoot(const U8 *s, SSize_t off,
28182818

28192819
/*
28202820
=for apidoc utf8_hop_safe
2821-
=for apidoc_item utf8_hop_safe_overshoot
2821+
=for apidoc_item utf8_hop_overshoot
28222822
28232823
These each take as input a string encoded as UTF-8 which starts at C<start>,
28242824
ending at C<end>, and a position into it given by C<s>, and return the

0 commit comments

Comments
 (0)