Skip to content

Commit

Permalink
Fix table on unicode_texas page
Browse files Browse the repository at this point in the history
Possibly relevant issue: #1510
  • Loading branch information
AlexDaniel committed Sep 3, 2017
1 parent 2054836 commit 8becf58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/Language/unicode_texas.pod6
Expand Up @@ -125,15 +125,15 @@ The Texas alternatives are as follows:
=table
Symbol | Texas | Remarks
===============================================================
C<βš›=> | atomic-assign |
C<βš›> | atomic-fetch | this is the prefix:<βš›> operator
C<βš›+=> | atomic-add-fetch |
C<βš›-=> | atomic-sub-fetch |
C<βš›βˆ’=> | atomic-sub-fetch | this operator uses U+2212 minus sign
C<++βš›> | atomic-inc-fetch |
C<βš›++> | atomic-fetch-inc |
C<--βš›> | atomic-dec-fetch |
C<βš›--> | atomic-fetch-dec |
βš›= | atomic-assign |
βš› | atomic-fetch | this is the prefix:<βš›> operator
βš›+= | atomic-add-fetch |
βš›-= | atomic-sub-fetch |
βš›βˆ’= | atomic-sub-fetch | this operator uses U+2212 minus sign
++βš› | atomic-inc-fetch |
βš›++ | atomic-fetch-inc |
--βš› | atomic-dec-fetch |
βš›-- | atomic-fetch-dec |
=head1 Multiple codepoints
Expand Down

0 comments on commit 8becf58

Please sign in to comment.