Skip to content

Commit 1e44ff7

Browse files
authored
Update invalid comment tag
1 parent 7372e0b commit 1e44ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/HttpOverrides/src/IPNetwork.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static bool TryParse(ReadOnlySpan<char> networkSpan, [NotNullWhen(true)]
9090

9191
/// <summary>
9292
/// Convert <see cref="System.Net.IPNetwork" /> to <see cref="Microsoft.AspNetCore.HttpOverrides.IPNetwork" /> implicitly
93-
/// </sumary>
93+
/// </summary>
9494
public static implicit operator IPNetwork(System.Net.IPNetwork ipNetwork)
9595
{
9696
return new IPNetwork(ipNetwork);

0 commit comments

Comments
 (0)