Content deleted Content added
Sorting on rank upfront allows for simplified logic |
mNo edit summary |
||
Line 1,435:
for i, v in ipairs(statements) do
-- rankPos will be nil for non-claim statements (e.g. qualifiers, references, etc.)
matches, rankPos = matchHook(self, v)
|