Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Apr 4, 2024
1 parent 717e72f commit dc84a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Smdn.Net.EchonetLite.RouteB.Transport;

public abstract class RouteBEchonetLiteHandler : EchonetLiteHandler {
/// <summary>
/// Gets the <see cref="IPAddress"/> represents the IPv6 address address of the peer device (i.e., smart electricity meter) to which this handler is currently connected.
/// Gets the <see cref="IPAddress"/> represents the IP address of the peer device (i.e., smart electricity meter) to which this handler is currently connected.
/// </summary>
public abstract IPAddress? PeerAddress { get; }

Expand Down

0 comments on commit dc84a1b

Please sign in to comment.