Browse Source

Fix javadoc

Lortseam 4 năm trước cách đây
mục cha
commit
f0baf9a779
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/me/lortseam/completeconfig/ModManager.java

+ 1 - 1
src/main/java/me/lortseam/completeconfig/ModManager.java

@@ -16,7 +16,7 @@ public final class ModManager {
     private static final Map<String, ModManager> controllers = new HashMap<>();
 
     /**
-     * Gets the mod controller of a loaded mod.
+     * Gets the mod manager of a loaded mod.
      *
      * @param id the ID of the mod
      * @return the corresponding mod controller