Skip to content

Commit 5aa40ef

Browse files
committed
Eliminates reference to Texas
Refs https://rt.perl.org/Ticket/Display.html?id=132179 and also #1520
1 parent 2132bdc commit 5aa40ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

writing-docs/STYLEGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ stick to easily understandable names:
8484
If you want to add some fancy characters, please stick to
8585
[well-known characters from our Unicode set](https://docs.perl6.org/language/unicode_ascii).
8686

87-
### Prefer non-Texas (non-ASCII) syntax in examples
87+
### Prefer non-ASCII syntax in examples
8888

8989
my @infinite-sequence = 1,3...∞ # GOOD
9090
my @infinite-sequence = 1,3...Inf # OK, but rather not
9191
<a b c > ⊖ <c d e> # Good
9292
<a b c > (^) <c d e> # OK, but don't do that
9393

94-
All operators have a ASCII (or Texas) equivalent, but they are more
94+
All operators have a ASCII equivalent, but they are more
9595
verbose and do not correspond exactly to the mathematical operator or constant
9696
they often represent. Please use that syntax whenever possible.
9797

0 commit comments

Comments
 (0)