summaryrefslogtreecommitdiff
path: root/lib/Benchmark.pm
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2008-12-22 10:43:46 +0100
committerAbigail <abigail@abigail.be>2008-12-22 10:43:46 +0100
commit3b46207fed7bf69caa32c27c04bd239cfb64cb53 (patch)
tree11b081fffac16f6b6590b50fb60be3b144776709 /lib/Benchmark.pm
parentd82a90c1781ccf0f51c6d21d89bba736542ef4f8 (diff)
downloadperl-3b46207fed7bf69caa32c27c04bd239cfb64cb53.tar.gz
POD nits from Frank Wiegand <frank.wiegand@gmail.com>
Diffstat (limited to 'lib/Benchmark.pm')
-rw-r--r--lib/Benchmark.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm
index 390aa31153..7e744a634a 100644
--- a/lib/Benchmark.pm
+++ b/lib/Benchmark.pm
@@ -219,7 +219,7 @@ outputs a chart like:
This chart is sorted from slowest to fastest, and shows the percent speed
difference between each pair of tests.
-c<cmpthese> can also be passed the data structure that timethese() returns:
+C<cmpthese> can also be passed the data structure that timethese() returns:
$results = timethese( -1, { a => "++\$i", b => "\$i *= 2" } ) ;
cmpthese( $results );