diff --git a/language-snippets.ent b/language-snippets.ent
index 399989611245..bd5918e08d91 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -739,6 +739,11 @@ use.'>
0.99 and 0.1 will both be cast to an
integer value of 0, which will compare such values as equal.
+
+ The callback is not called if the input has less than 2 items,
+ an error (e.g. accessing an invalid key of an array) or an exception
+ will not be reported, unless you test it with 2 items or more.
+
'>