File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ stick to easily understandable names:
84
84
If you want to add some fancy characters, please stick to
85
85
[ well-known characters from our Unicode set] ( https://docs.perl6.org/language/unicode_ascii ) .
86
86
87
- ### Prefer non-Texas (non- ASCII) syntax in examples
87
+ ### Prefer non-ASCII syntax in examples
88
88
89
89
my @infinite-sequence = 1,3...∞ # GOOD
90
90
my @infinite-sequence = 1,3...Inf # OK, but rather not
91
91
<a b c > ⊖ <c d e> # Good
92
92
<a b c > (^) <c d e> # OK, but don't do that
93
93
94
- All operators have a ASCII (or Texas) equivalent, but they are more
94
+ All operators have a ASCII equivalent, but they are more
95
95
verbose and do not correspond exactly to the mathematical operator or constant
96
96
they often represent. Please use that syntax whenever possible.
97
97
You can’t perform that action at this time.
0 commit comments