diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-04-15 12:23:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-04-15 12:23:29 +0200 |
commit | cfe137be068a7ba1895d3c9bcb7b38d21e5a95dd (patch) | |
tree | d3fed4c823276d1cab5372564578c8493b46d004 | |
parent | 5507654a498a339c44b642f62e203e1d5fb1f725 (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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |