File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2858,7 +2858,7 @@ language:
2858
2858
Operator class | Identity value
2859
2859
===============+===============
2860
2860
Equality | Bool::True
2861
- Arithmetic + | 0
2861
+ Arithmetic \+ | 0
2862
2862
Arithmetic * | 1
2863
2863
Comparison | True
2864
2864
Bitwise | 0
Original file line number Diff line number Diff line change @@ -692,9 +692,13 @@ One or more of:
692
692
693
693
= begin table
694
694
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
+ ----------------------------------------------------------------
696
698
- | left-justify within the field
699
+ ----------------------------------------------------------------
697
700
0 | use leading zeros, not spaces, for required padding
701
+ ----------------------------------------------------------------
698
702
# | ensure the leading "0" for any octal,
699
703
| prefix non-zero hexadecimal with "0x" or "0X",
700
704
| prefix non-zero binary with "0b" or "0B"
You can’t perform that action at this time.
0 commit comments