commit | e87e41cdb0b26aceecdda451755b1237a4307979 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Tue Jan 20 16:24:11 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Tue Jan 20 17:03:58 2015 -0600 |
tree | c619a4473b3f43f263c680f59608f2b675204be7 | |
parent | 9de2c2d84d3655c76db876cd38c1faf23126422d [diff] [blame] |
from Itzik S; see issue #28 with minor corrections
diff --git a/include/json/value.h b/include/json/value.h index 18355d0..c4169b4 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -400,8 +400,7 @@ O(n) expensive operations. Update 'removed' iff removed. (This is a better pattern than removeMember().) - JSON_FAIL if !isValidIndex(i) or if not arrayObject - \return true iff removed + \return true iff removed (no exceptions) */ bool removeIndex(ArrayIndex i, Value* removed);