Skip to content

Commit 2df8959

Browse files
rmacklinalexsyou
authored andcommitted
Fix comment about mini.ai example (nvim-lua#985)
This example wasn't using `'` so this makes more sense
1 parent 79b3040 commit 2df8959

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
@@ -802,7 +802,7 @@ require('lazy').setup({
802802
--
803803
-- Examples:
804804
-- - va) - [V]isually select [A]round [)]paren
805-
-- - yinq - [Y]ank [I]nside [N]ext [']quote
805+
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
806806
-- - ci' - [C]hange [I]nside [']quote
807807
require('mini.ai').setup { n_lines = 500 }
808808

0 commit comments

Comments
 (0)