diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval/typval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/typval.c b/src/nvim/eval/typval.c index e47403c656..dcfd456ce3 100644 --- a/src/nvim/eval/typval.c +++ b/src/nvim/eval/typval.c @@ -643,7 +643,7 @@ tv_list_copy_error: /// Flatten "list" in place to depth "maxdepth". /// Does nothing if "maxdepth" is 0. /// -/// @param[in] list List to flatten +/// @param[in,out] list List to flatten /// @param[in] maxdepth Maximum depth that will be flattened /// /// @return OK or FAIL |