We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e063e commit 2caf533Copy full SHA for 2caf533
doc/Type/Str.pod6
@@ -520,7 +520,7 @@ For integer conversions, specifying a precision implies that the
520
output of the number itself should be zero-padded to this width, where
521
the C<0> flag is ignored:
522
523
-(Note that this feature currenly works for unsigned integer conversions, but not
+(Note that this feature currently works for unsigned integer conversions, but not
524
for signed integer.)
525
526
NYI sprintf '<%.6d>', 1; # "<000001>"
0 commit comments