Author: rfm
Date: Wed Oct 26 13:34:11 2016
New Revision: 40179

URL: http://svn.gna.org/viewcvs/gnustep?rev=40179&view=rev
Log:
improve comment

Modified:
    libs/base/trunk/Headers/Foundation/NSArray.h

Modified: libs/base/trunk/Headers/Foundation/NSArray.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Headers/Foundation/NSArray.h?rev=40179&r1=40178&r2=40179&view=diff
==============================================================================
--- libs/base/trunk/Headers/Foundation/NSArray.h        (original)
+++ libs/base/trunk/Headers/Foundation/NSArray.h        Wed Oct 26 13:34:11 2016
@@ -404,8 +404,9 @@
          usingComparator: (NSComparator)comparator;
 #endif
 #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST)
-/**
- * Set method called by the compiler with array subscripting.
+/** Set method called by the compiler with array subscripting.<br />
+ * Replaces the object at anIndex or, if anIndex is the length of the array,
+ * this method appends abObject to the array.
  */
 - (void) setObject: (GS_GENERIC_TYPE(ElementT))anObject
 atIndexedSubscript: (NSUInteger)anIndex;


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to