summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-08-11 09:21:37 +0000
committerSteve Hay <SteveHay@planit.com>2005-08-11 09:21:37 +0000
commitaa924a5a9419ef5f1f81112bb1826bb7171ca797 (patch)
tree0a0bb76e277d348d4d59018b027c4ef871518b57 /pod
parent16ed468695c21630f18883bfbedc3d5170ddc8b2 (diff)
downloadperl-aa924a5a9419ef5f1f81112bb1826bb7171ca797.tar.gz
Run regen.pl
p4raw-id: //depot/perl@25285
Diffstat (limited to '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