diff --git a/include/SFML/Network/TcpSocket.hpp b/include/SFML/Network/TcpSocket.hpp index cd908f4fb..9f2b829c6 100644 --- a/include/SFML/Network/TcpSocket.hpp +++ b/include/SFML/Network/TcpSocket.hpp @@ -116,7 +116,7 @@ public : /// This function gracefully closes the connection. If the /// socket is not connected, this function has no effect. /// - /// \see Connect + /// \see connect /// //////////////////////////////////////////////////////////// void disconnect();