mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
&infinity; is not a valid HTML symbol - use ∞ (#863)
This commit is contained in:
committed by
GitHub
parent
da3a3f0e0e
commit
c572345c3c
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user