]> git.wincent.com - wikitext.git/blobdiff - ext/ary.h
Change remaining instances of "_Wikitext_" to "wiki_"
[wikitext.git] / ext / ary.h
index d6405d51ae80bddcdf3ca323d34eda4247133299..6a5e744b233e177fedfed56ff2fb7a940ea90994 100644 (file)
--- a/ext/ary.h
+++ b/ext/ary.h
@@ -43,7 +43,6 @@ void ary_push(ary_t *ary, int val);
 int ary_includes(ary_t *ary, int val);
 
 // returns a count indicating the number of times the value appears in the collection
-// refactored from _Wikitext_count()
 int ary_count(ary_t *ary, int item);
 
 void ary_free(ary_t *ary);