Skip to content

Commit 8a843ee

Browse files
rmacklinmonk3yd
authored andcommitted
Fix comment about mini.ai example (nvim-lua#985)
This example wasn't using `'` so this makes more sense
1 parent cae353e commit 8a843ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ require('lazy').setup({
880880
-- 2
881881
-- Examples:
882882
-- - va) - [V]isually select [A]round [)]paren
883-
-- - yinq - [Y]ank [I]nside [N]ext [']quote
883+
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
884884
-- - ci' - [C]hange [I]nside [']quote
885885
require('mini.ai').setup { n_lines = 500 }
886886

0 commit comments

Comments
 (0)