Browse Source

ncd: modules: list: mention that remove() requires the value to exist

ambrop7 14 năm trước cách đây
mục cha
commit
4af2fedc9c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ncd/modules/list.c

+ 1 - 1
ncd/modules/list.c

@@ -79,7 +79,7 @@
  * Synopsis:
  *   list::remove(value)
  * Description:
- *   Removes the first occurrence of value in the list.
+ *   Removes the first occurrence of value in the list, which must be in the list.
  * 
  * Synopsis:
  *   list::set(list l1, ..., list lN)