Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 5, 2024
1 parent 7d648a5 commit 83e5741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JL.Core/Lookup/LookupUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ private static List<LookupResult> SortLookupResults(IEnumerable<LookupResult> lo

if (index < 0)
{
return 3;
return 2;
}

if (lookupResult.MiscList is not null)
Expand All @@ -403,7 +403,7 @@ private static List<LookupResult> SortLookupResults(IEnumerable<LookupResult> lo
{
if (readingsOrthographyInfo[i] is "ok" or "ik" or "rk")
{
return 2;
return 3;
}
}
}
Expand Down

0 comments on commit 83e5741

Please sign in to comment.