Skip to content

Commit c117bdb

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
Fix comment about mini.ai example (nvim-lua#985)
This example wasn't using `'` so this makes more sense
1 parent a66b739 commit c117bdb

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)