diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h index 53505c556f..6b8c599bd8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h @@ -45,8 +45,7 @@ namespace AzNetworking //! @class IConnection //! @brief interface class for network connections. //! - //! IConnection provides a pure-virtual interface for all network connection types. The two child classes are TcpConnection - //! and UdpConnection, though the pure-virtual interface operates largely the same for both. IConnections provide access to + //! IConnection provides a pure-virtual interface for all network connection types. IConnections provide access to //! a ConnectionMetrics object which provides a variety of metrics on the connection itself such as data rate, RTT and //! packet statistics.