Răsfoiți Sursa

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

ambrop7 14 ani în urmă
părinte
comite
4af2fedc9c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ncd/modules/list.c

+ 1 - 1
ncd/modules/list.c

@@ -79,7 +79,7 @@
  * Synopsis:
  * Synopsis:
  *   list::remove(value)
  *   list::remove(value)
  * Description:
  * 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:
  * Synopsis:
  *   list::set(list l1, ..., list lN)
  *   list::set(list l1, ..., list lN)