summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2024-04-15 12:23:29 +0200
committerJo-Philipp Wich <jo@mein.io>2024-04-15 12:23:29 +0200
commitcfe137be068a7ba1895d3c9bcb7b38d21e5a95dd (patch)
treed3fed4c823276d1cab5372564578c8493b46d004
parent5507654a498a339c44b642f62e203e1d5fb1f725 (diff)
uci: remove incorrectly documentated reorder() parameter
The reorder() function takes no `name` parameter, this was a copy-paste error in the documentation. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-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