Re: [PATCH mg.c gv.c and others] ${^TAINT}
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
index cf54c9a..a60c2c6 100644 (file)
@@ -2024,7 +2024,7 @@ Found in file sharedsv.c
 =item sortsv
 
    
-Sort an array in place. Here is an example:
+Sort an array. Here is an example:
 
     sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale);