This commit is contained in:
Riley Bruins 2024-01-29 13:11:03 -08:00 committed by GitHub
commit b7ad949523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,7 +376,7 @@ end
---
---@see |extend()|
---
---@param behavior string Decides what to do if a key is found in more than one map:
---@param behavior "error"|"keep"|"force" (string) Decides what to do if a key is found in more than one map:
--- - "error": raise an error
--- - "keep": use value from the leftmost map
--- - "force": use value from the rightmost map