Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Oct 17, 2016
1 parent f2e063e commit 2caf533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -520,7 +520,7 @@ For integer conversions, specifying a precision implies that the
output of the number itself should be zero-padded to this width, where
the C<0> flag is ignored:
(Note that this feature currenly works for unsigned integer conversions, but not
(Note that this feature currently works for unsigned integer conversions, but not
for signed integer.)
NYI sprintf '<%.6d>', 1; # "<000001>"
Expand Down

0 comments on commit 2caf533

Please sign in to comment.