Skip to content

Commit 07a9f44

Browse files
authored
Fix comment about mini.ai example (#985)
This example wasn't using `'` so this makes more sense
1 parent b36d84d commit 07a9f44

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

0 commit comments

Comments
 (0)