STYLE: use "items" instead od "item"

Alex
This commit is contained in:
Alexander Neundorf 2007-05-24 08:18:46 -04:00
parent 4df8826d6c
commit 1835c327ff
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ public:
"INSERT will insert elements to the list to the specified location.\n" "INSERT will insert elements to the list to the specified location.\n"
"When specifying an index, negative value corresponds to index from the" "When specifying an index, negative value corresponds to index from the"
" end of the list.\n" " end of the list.\n"
"REMOVE_AT and REMOVE_ITEM will remove item from the list. The " "REMOVE_AT and REMOVE_ITEM will remove items from the list. The "
"difference is that REMOVE_ITEM will remove the given items, while " "difference is that REMOVE_ITEM will remove the given items, while "
"REMOVE_AT will remove the item at the given indices.\n" "REMOVE_AT will remove the items at the given indices.\n"
; ;
} }