From 35ac6fc75630dd7d0f1cf7a7dff15e46d884e5a5 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 25 Jul 2021 14:10:08 -0500 Subject: [PATCH] Fix a typo --- src/main/java/com/seibel/lod/handlers/LodConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/handlers/LodConfig.java b/src/main/java/com/seibel/lod/handlers/LodConfig.java index 1062d32bc..f1b2d7a5c 100644 --- a/src/main/java/com/seibel/lod/handlers/LodConfig.java +++ b/src/main/java/com/seibel/lod/handlers/LodConfig.java @@ -184,7 +184,7 @@ public class LodConfig allowUnstableFeatureGeneration = builder .comment("\n\n" - + " When using the " + DistanceGenerationMode.FEATURES.toString() + "generation mode \n" + + " When using the " + DistanceGenerationMode.FEATURES.toString() + " generation mode \n" + " some features may not be thread safe, which could \n" + " cause instability and crashes. \n" + " By default (false) those features are skipped, \n"