Skip to content

Commit

Permalink
uci: remove incorrectly documentated reorder() parameter
Browse files Browse the repository at this point in the history
The reorder() function takes no `name` parameter, this was a copy-paste
error in the documentation.

Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Apr 15, 2024
1 parent 5507654 commit cfe137b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/uci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe137b

Please sign in to comment.