Fix typos

master
Wuzzy 2019-08-28 14:28:25 +02:00
parent 1b2adfe2b9
commit 0253f910ad
1 changed files with 4 additions and 4 deletions

8
API.md
View File

@ -1,5 +1,5 @@
# Biome Info API
This document explanis the API of this mod.
This document explains the API of this mod.
## v6 mapgen functions
These are functions for the v6 mapgen only.
@ -23,13 +23,13 @@ This is normally not a problem, but at areas where biomes blend,
the result is not perfectly accurate and just an estimate.
### `biomeinfo.get_active_v6_biomes()`
Reeturns a table containing the names of all biomes that are actively
Returns a table containing the names of all v6 biomes that are actively
used in the current world, e.g. those that have been activated
by the use of the mapgen v6 flags (technical setting name: `mgv6_spflags`).
by the use of the mapgen v6 flags (`mgv6_spflags`).
### `biomeinfo.all_v6_biomes`
This is a table containing all v6 biomes (as strings), even those that
might not be used.
might not be used in the current world.
### v6 biome names