From d7b13a2e0b01a06d62e3dc9a8f9d25f7c41b3d64 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 25 Jul 2021 15:49:18 -0500 Subject: [PATCH] fix a typo --- src/main/java/com/seibel/lod/objects/LodRegion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/objects/LodRegion.java b/src/main/java/com/seibel/lod/objects/LodRegion.java index e878d1cd5..f27f035a7 100644 --- a/src/main/java/com/seibel/lod/objects/LodRegion.java +++ b/src/main/java/com/seibel/lod/objects/LodRegion.java @@ -18,7 +18,7 @@ package com.seibel.lod.objects; /** - * A LodRegion is the a 32x32 + * A LodRegion is a 32x32 * 2D array of LodChunk objects. * Each LodRegion corresponds to * one file in the file system.