Fix wording

This commit is contained in:
Lars Mueller 2022-01-02 19:32:25 +01:00
parent 9fccf6cd2c
commit 207f50ccff

@ -68,7 +68,7 @@ Shorthand for `area:contains(p.x, p.y, p.z)`
Returns `true` if `i` is between `1` and the `area` volume, both inclusive.
WARNING: `area:containsi(area:indexp(p))` *is not equivalent to* `area:containsp(p)`, as `area:indexp` will happily produce valid indices for plenty out-of-area positions.
WARNING: `area:containsi(area:indexp(p))` *is not equivalent to* `area:containsp(p)`, as `area:indexp` will happily produce valid indices for some out-of-area positions.
== `area:iter(minx, miny, minz, maxx, maxy, maxz)`