Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Jul 25, 2024
1 parent fc06146 commit 4ff5709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Entities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public class Entities {
var matches: [String] = []
while ix < entitiesByCodepoint.endIndex && entitiesByCodepoint[ix].scalar == codepoint {
matches.append(entitiesByCodepoint[ix].name)
ix = entitiesByCodepoint.index(after: ix)
entitiesByCodepoint.formIndex(after: &ix)
}
return matches.isEmpty ? nil : matches.sorted().last!
Expand Down

0 comments on commit 4ff5709

Please sign in to comment.