Skip to content

Commit a43dbfd

Browse files
Fixed incorrect documentation.
1 parent aa429e5 commit a43dbfd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Source/Open.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Text</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
2121
<PackageTags>string, span, enum, readonlyspan, text, format, split, trim, equals, trimmed equals, first, last, preceding, following, stringbuilder, extensions, stringcomparable, spancomparable, stringsegment, splitassegment</PackageTags>
22-
<Version>6.5.0</Version>
22+
<Version>6.5.1</Version>
2323
<PackageReleaseNotes></PackageReleaseNotes>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2525
<PublishRepositoryUrl>true</PublishRepositoryUrl>

Source/SpanComparable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public readonly ref struct SpanComparable
1313
/// <summary>
1414
/// Constructs a SpanComparable using the provided string and comparison type.
1515
/// </summary>
16-
/// <exception cref="ArgumentNullException"><paramref name="source"/> is null</exception>
1716
public SpanComparable(ReadOnlySpan<char> source, StringComparison type)
1817
{
1918
Source = source;

0 commit comments

Comments
 (0)