Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Nov 18, 2024
1 parent 5376918 commit 4633385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SIL.Machine.Tests/Corpora/ParallelTextCorpusTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public void GetRows_OverlappingRanges()
}

[Test]
public void GetRows_OverlappingRangesAndMissingRow()
public void GetRows_OverlappingRangesAndMissingRows()
{
var sourceCorpus = new DictionaryTextCorpus(
new MemoryText(
Expand Down

0 comments on commit 4633385

Please sign in to comment.