small typos

This commit is contained in:
Huynh Tien 2021-11-10 09:15:42 +07:00
parent aa1acbc394
commit f070c444bd
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import java.util.stream.Collectors;
/** /**
* This class populates generated chunk with entites by random chance. * This class populates generated chunk with entities by random chance.
*/ */
public class EntitiesPopulator extends BlockPopulator { public class EntitiesPopulator extends BlockPopulator {

View File

@ -16,7 +16,7 @@ import java.util.Random;
/** /**
* This class allows to fill given chunk with necessary blocks. * This class allows filling given chunk with necessary blocks.
*/ */
public class MaterialPopulator extends BlockPopulator { public class MaterialPopulator extends BlockPopulator {