Add the rest of the ordered set documentation

This commit is contained in:
Gregory John Casamento 2024-11-17 12:07:20 -05:00
parent 7210ae242e
commit c8185a1656

View file

@ -491,7 +491,7 @@ GS_EXPORT_CLASS
* Replace the object at index with object.
*/
- (void) replaceObjectAtIndex: (NSUInteger)index
withObject: (GS_GENERIC_TYPE(ElementT))object;
withObject: (GS_GENERIC_TYPE(ElementT))object;
/**
* Replace objects at indexes with objects. The number of objects must correspond to the number of indexes.