Skip to content

Commit

Permalink
Escape '+' in identity value table
Browse files Browse the repository at this point in the history
The '+' in "Arithmetic +" in the table of operator identity values
acted as a column separator. Escape it.
  • Loading branch information
taboege committed Dec 7, 2018
1 parent 2902d71 commit e83b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -2858,7 +2858,7 @@ language:
Operator class | Identity value
===============+===============
Equality | Bool::True
Arithmetic + | 0
Arithmetic \+ | 0
Arithmetic * | 1
Comparison | True
Bitwise | 0
Expand Down

0 comments on commit e83b221

Please sign in to comment.