Skip to content

Commit

Permalink
Fix multi-line content in sprintf flag table
Browse files Browse the repository at this point in the history
  • Loading branch information
taboege committed Dec 7, 2018
1 parent e83b221 commit 8b83e2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/Type/Str.pod6
Expand Up @@ -692,9 +692,13 @@ One or more of:
=begin table
space | prefix non-negative number with a space
+ | prefix non-negative number with a plus sign
----------------------------------------------------------------
\+ | prefix non-negative number with a plus sign
----------------------------------------------------------------
- | left-justify within the field
----------------------------------------------------------------
0 | use leading zeros, not spaces, for required padding
----------------------------------------------------------------
# | ensure the leading "0" for any octal,
| prefix non-zero hexadecimal with "0x" or "0X",
| prefix non-zero binary with "0b" or "0B"
Expand Down

0 comments on commit 8b83e2f

Please sign in to comment.