Skip to content

Commit 9567506

Browse files
committed
Typo fix
1 parent e3215cf commit 9567506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utf8StringSplitter/Utf8Splitter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static SplitAnyEnumerator SplitAny(ReadOnlySpan<byte> source, ReadOnlySpa
4242
case Utf8StringSeparatorOptions.Bytes:
4343
return new SplitAnyEnumerator(source, separators, splitOptions, separatorOptions);
4444
default:
45-
throw new ArgumentException("Utf8StringDelimiterOptions Value is Invalid.");
45+
throw new ArgumentException("Utf8StringSeparatorOptions Value is Invalid.");
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)