Skip to content

Commit d5e501a

Browse files
authored
1 parent 6f29106 commit d5e501a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sharpy.Stdlib/Ipaddress/Interfaces.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public IPv4Interface(string address)
7171
public override int GetHashCode() => Ip.GetHashCode() ^ Network.GetHashCode();
7272

7373
/// <summary>
74-
/// Determines whether the specified object is the same IPv6 interface.
74+
/// Determines whether the specified object is the same IPv4 interface.
7575
/// </summary>
7676
public override bool Equals(object? obj)
7777
{

0 commit comments

Comments
 (0)