Skip to content

Commit

Permalink
Eliminates reference to Texas
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 14, 2018
1 parent 2132bdc commit 5aa40ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writing-docs/STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ stick to easily understandable names:
If you want to add some fancy characters, please stick to
[well-known characters from our Unicode set](https://docs.perl6.org/language/unicode_ascii).

### Prefer non-Texas (non-ASCII) syntax in examples
### Prefer non-ASCII syntax in examples

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

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

Expand Down

0 comments on commit 5aa40ef

Please sign in to comment.