Skip to content

Commit 2caf533

Browse files
committed
fix typo
1 parent f2e063e commit 2caf533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ For integer conversions, specifying a precision implies that the
520520
output of the number itself should be zero-padded to this width, where
521521
the C<0> flag is ignored:
522522
523-
(Note that this feature currenly works for unsigned integer conversions, but not
523+
(Note that this feature currently works for unsigned integer conversions, but not
524524
for signed integer.)
525525
526526
NYI sprintf '<%.6d>', 1; # "<000001>"

0 commit comments

Comments
 (0)