From 1bdc82ce47f7bfdb12eda1c81063685e4bbef355 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 29 Mar 2020 17:09:44 -0400 Subject: [PATCH] Fix typo. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f6ef3a1a4..7f33a4fcb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,7 +22,7 @@ - Return 0 immeditaly if the given iterable is null in IterableUtils#size. Update tests. + Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests. JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented