diff --git a/hutool-core/src/main/java/cn/hutool/core/collection/iter/IterUtil.java b/hutool-core/src/main/java/cn/hutool/core/collection/iter/IterUtil.java index 6ce75c012..3e1b42e3c 100644 --- a/hutool-core/src/main/java/cn/hutool/core/collection/iter/IterUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/collection/iter/IterUtil.java @@ -460,7 +460,7 @@ public class IterUtil { * @param index 位置 * @param 元素类型 * @return 元素,找不到元素返回{@code null} - * @throws IndexOutOfBoundsException index < 0时报错 + * @throws IndexOutOfBoundsException index < 0时报错 * @since 5.8.0 */ public static E get(final Iterator iterator, int index) throws IndexOutOfBoundsException {