Skip to content

Commit dea1490

Browse files
committed
Merge pull request #456 from tbrowder/master
using ascii 'e' for unicode symbol for 'e' in first column
2 parents d41a3e8 + 3217c8f commit dea1490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/unicode_texas.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ have a special meaning in Perl 6.
4848
≅ | U+2245 | =~= | |
4949
π | U+03C0 | pi | | 3.14159_26535_89793_238e0
5050
τ | U+03C4 | tau | | 6.28318_53071_79586_476e0
51-
\x{DD05}\x{DCA0} | U+1D452 | e | | 2.71828_18284_59045_235e0
51+
e | U+1D452 | e | | 2.71828_18284_59045_235e0
5252
∞ | U+221E | Inf | |
5353
… | U+2026 | ... | |
5454
‘ | U+2018 | ' | | as part of ‘’ or ‚’ or ’‘

0 commit comments

Comments
 (0)