From c4c2c77686edb211202b15bd56a0754144a524a9 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Wed, 13 Jun 2012 17:21:27 +0200 Subject: [PATCH] Minor fix in the API doc --- include/SFML/Network/TcpSocket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();