summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/uci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/uci.c b/lib/uci.c
index f830b9c..69aee40 100644
--- a/lib/uci.c
+++ b/lib/uci.c
@@ -1258,9 +1258,6 @@ uc_uci_rename(uc_vm_t *vm, size_t nargs)
* @param {number} index
* The target index to move the section to, starting from `0`.
*
- * @param {string} [name]
- * The new name of the option to rename.
- *
* @returns {?boolean}
*
* @example