Skip to content

Commit 2e7ce96

Browse files
Spelling fix.
1 parent 6253d7e commit 2e7ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Open.ChannelExtensions.Tests/BasicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class BasicTests
1616
[Theory]
1717
[InlineData(testSize1)]
1818
[InlineData(testSize2)]
19-
[System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2012:Use ValueTasks correctly", Justification = "Testing onlly.")]
19+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2012:Use ValueTasks correctly", Justification = "Testing only.")]
2020
public static async Task DeferredWriteRead(int testSize)
2121
{
2222
var range = Enumerable.Range(0, testSize);

0 commit comments

Comments
 (0)