Skip to content

Commit 0ca8067

Browse files
committed
perlapi: Fix missing entry
1 parent 4623583 commit 0ca8067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inline.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,8 +2650,8 @@ Perl_utf8_hop(const U8 *s, SSize_t off)
26502650
}
26512651

26522652
/*
2653-
=for apidoc utf8_hop_forward
2654-
=for apidoc utf8_hop_forward_overshoot
2653+
=for apidoc utf8_hop_forward
2654+
=for apidoc_item utf8_hop_forward_overshoot
26552655
26562656
These each take as input a position, C<s0>, into a string encoded as UTF-8
26572657
which ends at the byte before C<end>, and return the position within it that is

0 commit comments

Comments
 (0)