mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +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`.
|
||||
|
||||
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**()
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ The value of ∞.
|
||||
|
||||
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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user