fix(docs): invalid :help links #20345

Fix those naughty single quotes.

closes #20159
This commit is contained in:
Justin M. Keyes
2022-09-25 19:58:27 -04:00
committed by GitHub
parent 9ffa041a9a
commit 63be765182
47 changed files with 363 additions and 436 deletions

View File

@@ -302,7 +302,7 @@ end
--- Merges recursively two or more map-like tables.
---
---@see |tbl_extend()|
---@see |vim.tbl_extend()|
---
---@param behavior string Decides what to do if a key is found in more than one map:
--- - "error": raise an error