Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 22, 2023
1 parent 50070be commit 97b61f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Windows/Utilities/PopupWindowUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static string ReadingsToText(string[] readings, string[]?[] rOrthographyI
{
_ = sb.Append(readings[index]);

if (index < rOrthographyInfoList?.Length)
if (index < rOrthographyInfoList.Length)
{
string[]? rOrthographyInfo = rOrthographyInfoList[index];
if (rOrthographyInfo is not null)
Expand Down

0 comments on commit 97b61f8

Please sign in to comment.