Fix comment about mini.ai example (#985)

This example wasn't using `'` so this makes more sense
This commit is contained in:
Richard Macklin 2024-07-21 13:34:51 -07:00 committed by GitHub
parent b36d84ddf0
commit 07a9f446a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -801,7 +801,7 @@ require('lazy').setup({
--
-- Examples:
-- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [N]ext [']quote
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
-- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup { n_lines = 500 }