mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
more minor doc fixes
This commit is contained in:
@ -12,7 +12,7 @@ An indexable contiguous collection of elements. More details [here][lists].
|
|||||||
|
|
||||||
Creates a new list with `size` elements, all set to `element`.
|
Creates a new list with `size` elements, all set to `element`.
|
||||||
|
|
||||||
It is a runtime error if `size` is not a nonnegative integer.
|
It is a runtime error if `size` is not a non-negative integer.
|
||||||
|
|
||||||
### List.**new**()
|
### List.**new**()
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ The value of ∞.
|
|||||||
|
|
||||||
One value representing a NaN.
|
One value representing a NaN.
|
||||||
|
|
||||||
Provides a default sane NaN number suitable for the vm internal values.
|
Provides a default NaN number suitable for the vm internal values.
|
||||||
|
|
||||||
### Num.**pi**
|
### Num.**pi**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user