Skip to content

Commit 9d73cde

Browse files
authored
fix: typo in select_metadata_value() api (#195)
1 parent 1a9d7da commit 9d73cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/checkmate/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ end
957957

958958
---Opens a picker to select a new value for the metadata under the cursor
959959
---
960-
---Set `config.ui.preferred_picker` to designate a specific picker implementation
960+
---Set `config.ui.picker` to designate a specific picker implementation
961961
---Otherwise, will attempt to use an installed picker UI plugin, or fallback to native vim.ui.select
962962
function M.select_metadata_value()
963963
local api = require("checkmate.api")

0 commit comments

Comments
 (0)