stb_ds: Fix typos in docs.
This commit is contained in:
parent
ba5cc43d33
commit
e817b4a998
4
stb_ds.h
4
stb_ds.h
@ -104,7 +104,7 @@ DOCUMENTATION
|
|||||||
moving the rest of the array over. Returns b.
|
moving the rest of the array over. Returns b.
|
||||||
|
|
||||||
arrinsn:
|
arrinsn:
|
||||||
void arrins(T* a, int p, int n);
|
void arrinsn(T* a, int p, int n);
|
||||||
Inserts n uninitialized items into array a starting at a[p],
|
Inserts n uninitialized items into array a starting at a[p],
|
||||||
moving the rest of the array over.
|
moving the rest of the array over.
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ DOCUMENTATION
|
|||||||
Deletes the element at a[p], moving the rest of the array over.
|
Deletes the element at a[p], moving the rest of the array over.
|
||||||
|
|
||||||
arrdeln:
|
arrdeln:
|
||||||
void arrdel(T* a, int p, int n);
|
void arrdeln(T* a, int p, int n);
|
||||||
Deletes n elements starting at a[p], moving the rest of the array over.
|
Deletes n elements starting at a[p], moving the rest of the array over.
|
||||||
|
|
||||||
arrdelswap:
|
arrdelswap:
|
||||||
|
Loading…
Reference in New Issue
Block a user