docs: Clarify da_erase_range

(cherry picked from commit 26003fdf79)
This commit is contained in:
CodeYan01
2023-06-16 18:43:35 -04:00
committed by Ryan Foster
parent c67f78b122
commit 850df1058f
+2 -1
View File
@@ -236,7 +236,8 @@ dynamic array value with a reference (&) operator. For example:
.. function:: void da_erase_range(da, size_t start_idx, size_t end_idx)
Erases a range of values.
Erases a range of values, including the element at ``start_idx``, but
not the one at ``end_idx``.
:param da: The dynamic array
:param start_idx: The starting index