Skip to content

Commit 73609d1

Browse files
committed
fix typo
1 parent c9934d8 commit 73609d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Fundamental.MimeType/Smdn/MimeType.IParseable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ out var ret
9898
}
9999

100100
#if OBSOLETE_MEMBER
101-
[Obsolete($"The return type of this method will be changed to MimeType in the future release. Use Use Smdn.Formats.Mime.{nameof(MimeTypeStringExtensions)}.{nameof(MimeTypeStringExtensions.Split)}() instead.")]
101+
[Obsolete($"The return type of this method will be changed to MimeType in the future release. Use Smdn.Formats.Mime.{nameof(MimeTypeStringExtensions)}.{nameof(MimeTypeStringExtensions.Split)}() instead.")]
102102
#pragma warning disable SA1316
103103
public static (string type, string subType) Parse(string s)
104104
=> MimeTypeStringExtensions.Split(s);

0 commit comments

Comments
 (0)