fix doc typo

This commit is contained in:
scruel
2021-11-26 14:45:23 +08:00
parent 845f910836
commit d3f2f85d1a

View File

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