summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 0ce84e3963..e45481e340 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -292,7 +292,7 @@ Sort an array. Here is an example:
See lib/sort.pm for details about controlling the sorting algorithm.
- void sortsv(SV ** array, size_t num_elts, SVCOMPARE_t cmp)
+ void sortsv(SV** array, size_t num_elts, SVCOMPARE_t cmp)
=for hackers
Found in file pp_sort.c