runtime(doc): Fix an omission in the documentation.

closes: #16960

Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index d7c9740..572ca41 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt*	For Vim version 9.1.  Last change: 2025 Mar 23
+*builtin.txt*	For Vim version 9.1.  Last change: 2025 Mar 24
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -5896,8 +5896,8 @@
 		v:true.  {object} must be a |List|, a |Tuple| or a |Blob|.
 
 		If {object} is a |List| or a |Tuple|, evaluate {expr} for each
-		item in the List until the expression is v:true and return the
-		index of this item.
+		item in the List or Tuple until the expression is v:true
+		and return the index of this item.
 
 		If {object} is a |Blob| evaluate {expr} for each byte in the
 		Blob until the expression is v:true and return the index of