From 3b5fd73e59dcc5a17461e0b1e323c2c1979adbdf Mon Sep 17 00:00:00 2001 From: Cubitect Date: Sun, 14 Aug 2022 22:24:38 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8986b8..c4e43f0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ int main() uint64_t seed; for (seed = 0; ; seed++) { - // Apply the seed to the generator for the Overworld dismension. + // Apply the seed to the generator for the Overworld dimension. applySeed(&g, DIM_OVERWORLD, seed); // To get the biome at a single block position, we can use getBiomeAt().