Skip to content

Commit 681c3b5

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

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
@@ -828,7 +828,7 @@ require('lazy').setup({
828828
--
829829
-- Examples:
830830
-- - va) - [V]isually select [A]round [)]paren
831-
-- - yinq - [Y]ank [I]nside [N]ext [']quote
831+
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
832832
-- - ci' - [C]hange [I]nside [']quote
833833
require('mini.ai').setup { n_lines = 500 }
834834

0 commit comments

Comments
 (0)