perlapi: 'resume_compcv' doesn't exist

I presume what was meant here is 'resume_compcv_final'
This commit is contained in:
Karl Williamson 2023-07-05 19:47:39 -06:00
parent be949aafbe
commit fccb25289c

4
pad.c
View File

@ -2915,8 +2915,8 @@ block.
suspend_compcv(&buffer);
LEAVE;
Once suspended, the C<resume_compcv> or C<resume_compcv_and_save> function can
later be used to continue the parsing from the point this stopped.
Once suspended, the C<resume_compcv_final> or C<resume_compcv_and_save>
function can later be used to continue the parsing from the point this stopped.
=cut
*/