refactor: get_next_sibling, singular

main
Guilian 2025-01-18 18:50:38 +01:00
parent 71642b4884
commit fe9ea4eaec
Signed by: Guilian
GPG Key ID: B86CC9678982ED8C
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function M.make_dom_element( tag_name, parent_elem )
end
end,
get_next_siblings = function( self )
get_next_sibling = function( self )
if not self.parent then return nil end
local found_self = false