Merge pull request #1970 from scruel/dev-typo

Fix doc typo
This commit is contained in:
Golden Looly
2021-11-26 17:39:40 +08:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
package cn.hutool.core.collection;
/**
* 集合相关工具类,包括数组,是{@link CollUtil} 的别名工具类
* 集合相关工具类,包括数组,是 {@link CollUtil} 的别名工具类
*
* @author xiaoleilu
* @see CollUtil