From 534c8c6b650f717ca3fc8dec824f4e8222832244 Mon Sep 17 00:00:00 2001 From: TrueJacobG Date: Sat, 1 Mar 2025 11:58:41 +0100 Subject: [PATCH] fix typo in step 2.5.6 --- src/docs/asciidoc/user-guide/assertj-core-assertions-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/user-guide/assertj-core-assertions-guide.adoc b/src/docs/asciidoc/user-guide/assertj-core-assertions-guide.adoc index 9994a951..ce5ef1ec 100644 --- a/src/docs/asciidoc/user-guide/assertj-core-assertions-guide.adoc +++ b/src/docs/asciidoc/user-guide/assertj-core-assertions-guide.adoc @@ -405,7 +405,7 @@ Note that custom date formats take precedence over default ones. ====== MaxElementsForPrinting -In error messages, sets the threshold for how many elements from one iterable/array/map will be included in the in the description. Defaults to 1000. +In error messages, sets the threshold for how many elements from one iterable/array/map will be included in the description. Defaults to 1000. The point of this property is to avoid printing iterable/array/map with too many elements in error messages.