This commit is contained in:
FineFindus 2025-05-25 20:06:23 +02:00 committed by GitHub
commit 5e8afb8cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -301,7 +301,7 @@ local function bounds(scope, state)
return from, to
end
--- Render the scope overlappping the given range
--- Render the scope overlapping the given range
---@param scope snacks.indent.Scope
---@param state snacks.indent.State
---@private