Skip to content

Commit 89a5a0c

Browse files
committed
docs: tweak example config comment spacing for clarity
1 parent 643108d commit 89a5a0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ For more examples, refer to example config:
159159
```lua
160160
return {
161161
'nvim-mini/mini.bracketed',
162-
-- If `opts` or `config = true` is set,
163-
-- the config hook calls `require(MAIN).setup(opts)` by default.
162+
-- If `opts` or `config = true` is set, the config hook calls
163+
-- `require(MAIN).setup(opts)` by default.
164164
opts = {}, -- calls `require('mini.bracketed').setup({})`
165165
}
166166
```

doc/zpack.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ For more examples, refer to example config:
277277
>lua
278278
return {
279279
'nvim-mini/mini.bracketed',
280-
-- If `opts` or `config = true` is set,
281-
-- the config hook calls `require(MAIN).setup(opts)` by default.
280+
-- If `opts` or `config = true` is set, the config hook calls
281+
-- `require(MAIN).setup(opts)` by default.
282282
opts = {}, -- calls `require('mini.bracketed').setup({})`
283283
}
284284
<

0 commit comments

Comments
 (0)