1
0
forked from Mirror/wren

&infinity; is not a valid HTML symbol - use ∞ (#863)

This commit is contained in:
Chayim Refael Friedman
2020-12-04 05:48:49 +02:00
committed by GitHub
parent da3a3f0e0e
commit c572345c3c

View File

@ -11,7 +11,7 @@ It is a runtime error if `value` is not a string.
### Num.**infinity**
The value of &infinity;.
The value of ∞.
### Num.**nan**
@ -237,4 +237,4 @@ var range = 1.2...3.4
System.print(range.min) //> 1.2
System.print(range.max) //> 3.4
System.print(range.isInclusive) //> false
</pre>
</pre>