more minor doc fixes

This commit is contained in:
ruby0x1
2021-04-07 21:37:12 -07:00
parent 0ab930c9c2
commit 61cc6cb745
2 changed files with 2 additions and 2 deletions

View File

@ -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**()

View File

@ -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**