Skip to content

Commit 4565c90

Browse files
committed
typo
1 parent 343ca42 commit 4565c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/summary/module.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.on_event = function(event)
209209

210210
local start_line = event.cursor_position[1]
211211
local end_line = start_line
212-
-- find * replace an existing ranged tag
212+
-- find & replace an existing ranged tag below this heading
213213
local node_line_below = ts.get_first_node_on_line(buffer, start_line)
214214
if node_line_below and node_line_below:type() == "_paragraph_break" then
215215
-- allow for a line break between heading and tag. Go down one more line.

0 commit comments

Comments
 (0)