Skip to content

Commit

Permalink
Change arrow/greater-than sign to entity, in demo page in example
Browse files Browse the repository at this point in the history
Somehow missed it previously.
  • Loading branch information
baryluk committed Dec 25, 2011
1 parent 9c273b6 commit 7cb05db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erljs_html/erljs.html
Expand Up @@ -200,7 +200,7 @@ <h1>erljs - Erlang in JavaScript</h1>
<li>erl_parse:parse_term([{'{',1},{atom,1,a},{',',1},{atom,1,b},{',',1},{atom,1,c},{'}',1},{dot,1}])</li>
<li>erl_scan:string("1+3").</li>
<li>erl_scan:string("1+3.").</li>
<li>erl_scan:string("if 5 &lt; 6 -&gt; m; true ->&gt; n end").</li>
<li>erl_scan:string("if 5 &lt; 6 -&gt; m; true -&gt; n end").</li>
<li>erl_parse:parse_exprs([{'if',1},{integer,1,5},{'&lt;',1},{integer,1,6},{'-&gt;',1},{atom,1,m},{';',1},{atom,1,true},{'-&gt;',1},{atom,1,n},{'end',1},{dot,1}]).</li>
<li>erl_scan:string("fun() -&gt; ok end").</li>
<li>erl_scan:string("fun() -&gt; ok end.").</li>
Expand Down

0 comments on commit 7cb05db

Please sign in to comment.