Skip to content

Commit 12c5acf

Browse files
committed
add TODO comment
1 parent 40310b3 commit 12c5acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void Deconstruct(out string type, out string subType)
6969
subType = SubType;
7070
}
7171

72-
public override int GetHashCode() => ToString().GetHashCode();
72+
public override int GetHashCode() => ToString().GetHashCode(); // TODO: use System.HashCode
7373

7474
public static explicit operator string?(MimeType? mimeType)
7575
=> mimeType?.ToString();

0 commit comments

Comments
 (0)