Skip to content

Commit

Permalink
fix: typos in docs (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke authored Jan 20, 2025
1 parent 7a698a1 commit e10626f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/indent_blankline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ hooks.cb.virtual_text({tick}, {bufnr}, {row}, {virtual_text})

Callback function for the |ibl.hooks.type|.VIRTUAL_TEXT hook.

Gets called for every line after the virtual text is determened.
Gets called for every line after the virtual text is determined.
The return value overwrites the virtual text for that line.

See |nvim_buf_set_extmark()| for more information about virtual text.
Expand All @@ -733,7 +733,7 @@ hooks.cb.scope_highlight({tick}, {bufnr}, {scope}, {scope_index})

Callback function for the |ibl.hooks.type|.SCOPE_HIGHLIGHT hook.

Gets called for once per refresh after the scope is determined.
Gets called once per refresh after the scope is determined.
The return value overwrites the index of the highlight group
defined in |ibl.config.scope.highlight|

Expand Down

0 comments on commit e10626f

Please sign in to comment.