浏览代码

Fix javadoc

Lortseam 4 年之前
父节点
当前提交
fbbda2f7ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/me/lortseam/completeconfig/data/Config.java

+ 1 - 1
src/main/java/me/lortseam/completeconfig/data/Config.java

@@ -105,7 +105,7 @@ public class Config extends Collection {
         /**
          * Completes the config creation.
          *
-         * @return the handler associated with the created config
+         * @return the created config
          */
         public Config build() {
             if (children.isEmpty()) {