In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/319b236e2ed58e5be687a549dd0b94342cacd751?hp=9a10913bc567c79302e241ca82c99909c5cb022a>

- Log -----------------------------------------------------------------
commit 319b236e2ed58e5be687a549dd0b94342cacd751
Author: Tony Cook <[email protected]>
Date:   Wed Apr 20 10:49:23 2016 +1000

    [perl #127936] fix typo
-----------------------------------------------------------------------

Summary of changes:
 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<bigint> pragma, or the C<Bit::Vector> 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).
 

--
Perl5 Master Repository

Reply via email to