Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Update 3.7/aql/functions-array.md
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
dothebart and jsteemann authored Jan 28, 2020
commit c06ae3f456777556e4b796e021fa84d9b6e9b8dd
2 changes: 1 addition & 1 deletion 3.7/aql/functions-array.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ Replace the element at *position* from the *anyArray* with *replaceValue*. If *d
- **anyArray** (array): array with elements of arbitrary type
- **position** (number): the position of the element to replace. Positions start
at 0. Negative positions are unsupported.
If *position* is out of bounds, and *defaultPaddValue* is not specified,
If *position* is out of bounds, and *defaultPaddingValue* is not specified,
the array is returned unmodified and a warning is emitted.
- **replaceValue** the value to be inserted at *position*
- **defaultPaddValue** to be used for padding if *position* is after the last element in *anyArray*
Expand Down