From 319b236e2ed58e5be687a549dd0b94342cacd751 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 20 Apr 2016 10:49:23 +1000 Subject: [PATCH] [perl #127936] fix typo --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c73074e..f18a696 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -81,7 +81,7 @@ the C pragma, or the C module from CPAN. =head2 printf and sprintf now allow reordered precision arguments -That is, C<< sprintf '|%.*2$|', 2, 3 >> now returns C<|002|>. This extends +That is, C<< sprintf '|%.*2$d|', 2, 3 >> now returns C<|002|>. This extends the existing reordering mechanism (which allows reordering for arguments that are used as format fields, widths, and vector separators). -- 1.8.3.1