Skip to content

Commit a454e6a

Browse files
authored
Merge pull request #2500 from taboege/identity-table
Two Pod table fixes
2 parents 2902d71 + 8b83e2f commit a454e6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2858,7 +2858,7 @@ language:
28582858
Operator class | Identity value
28592859
===============+===============
28602860
Equality | Bool::True
2861-
Arithmetic + | 0
2861+
Arithmetic \+ | 0
28622862
Arithmetic * | 1
28632863
Comparison | True
28642864
Bitwise | 0

doc/Type/Str.pod6

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,13 @@ One or more of:
692692
693693
=begin table
694694
space | prefix non-negative number with a space
695-
+ | prefix non-negative number with a plus sign
695+
----------------------------------------------------------------
696+
\+ | prefix non-negative number with a plus sign
697+
----------------------------------------------------------------
696698
- | left-justify within the field
699+
----------------------------------------------------------------
697700
0 | use leading zeros, not spaces, for required padding
701+
----------------------------------------------------------------
698702
# | ensure the leading "0" for any octal,
699703
| prefix non-zero hexadecimal with "0x" or "0X",
700704
| prefix non-zero binary with "0b" or "0B"

0 commit comments

Comments
 (0)