Skip to content

Commit a5c00e4

Browse files
Update modules/ROOT/pages/functions/list.adoc
Co-authored-by: Richard Sill <[email protected]>
1 parent 13febda commit a5c00e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/functions/list.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ RETURN coll.remove([true, 'a', 1, 5.4], 1)
403403
----
404404
// end::functions_list_remove[]
405405
406-
The original list with the value at the given index removed and all items following shifted by 1.
406+
The original list with the value at the given index removed and all values following shifted by 1.
407407
408408
.Result
409409
[role="queryresult",options="header,footer",cols="1*<m"]

0 commit comments

Comments
 (0)