Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/rm-hull/infix
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/rm-hull/infix:
  Fix markdown glitches
  • Loading branch information
rm-hull committed Jun 18, 2016
2 parents debe903 + f29c6b8 commit 968d11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ as follows:

* _**<addop>** ::= "+" | "-" | "|" | "&"._

* _**&lt;mulop&gt;** ::= "*" | "/" | "÷" | "**" | "%" | ">>" | ">>>" | "<<"._
* _**&lt;mulop&gt;** ::= "\*" | "/" | "÷" | "\*\*" | "%" | ">>" | ">>>" | "<<"._

* _**&lt;function&gt;** ::= envref expression | envref "(" &lt;empty&gt; | expression { "," expression } ")"._

Expand Down

0 comments on commit 968d11d

Please sign in to comment.