소스 검색

Fix javadoc

Lortseam 4 년 전
부모
커밋
f0baf9a779
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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