Skip to content

Commit

Permalink
Replace ugly hexadecimal HTML entity with Unicode universal quantifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Apr 16, 2012
1 parent c87d46d commit 4d180e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/kananaskis-8.release.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="new-features">New features:</h2>

&gt; Define`f x = x + 1`;
Definition has been stored under "f_def"
val it = |- &#x2200x. f x = x + 1
val it = |- ∀x. f x = x + 1
</pre>
<p>But, this next session fails:
<pre>
Expand Down

0 comments on commit 4d180e8

Please sign in to comment.