Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from zmughal/master
minor grammar fix
  • Loading branch information
jonathanstowe committed Apr 8, 2015
2 parents 1e7c1d5 + 3d0c287 commit 4fb99d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tablet-4-operators.txt
Expand Up @@ -9,11 +9,11 @@ they enable **dense** and **intuitive readable** code.
since [pictograms](tablet-1-language-design.html.html#visual-metaphor)
can be picked up faster than words (by right brain instead of left).
(Fortran made its whole career on that).
Forwhy here are so many ops, they had to be sorted by a rule named
Because there are so many ops, they had to be sorted by a rule named
[*huffman coding*](tablet-1-language-design.html.html#huffman-coding).

Please make also sure you understand the important operator related terms:
[**arity**](appendix-g-glossary.html#arity) (number of operands),
[**arity**](appendix-g-glossary.html#arity) (number of operands),
[**precedence**](appendix-g-glossary.html#precedence) (operator priority),
[**associativity**](appendix-g-glossary#associativity) (operand priority)
and [**context**](appendix-g-glossary#context).
Expand Down

0 comments on commit 4fb99d5

Please sign in to comment.