Add the rest of the ordered set documentation

This commit is contained in:
Gregory John Casamento 2024-11-17 12:07:20 -05:00 committed by rfm
parent c8c10d0aac
commit 063ff01f63

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.