This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a typo
[perl5.git] / pp_sort.c
index 94c6a02..253c297 100644 (file)
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -541,8 +541,6 @@ S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags)
 }
 
 /*
-=for apidoc_section SV Handling
-
 =for apidoc sortsv_flags
 
 In-place sort an array of SV pointers with the given comparison routine,