1
SFML website / Re: SFML tutorial typo
« on: May 27, 2014, 06:07:32 pm »
In the 2.0 and 2.1 tutorials:
In my opinion, in http://www.sfml-dev.org/tutorials/2.1/network-socket.php#blocking-on-a-group-of-sockets "If only references" should be "it only references", and in http://www.sfml-dev.org/tutorials/2.1/network-http.php#responses, it should be "std::cout << "body: " << response.getBody() << std::endl;" instead of "std::cout << "body: " << response.getStatus() << std::endl;"
In my opinion, in http://www.sfml-dev.org/tutorials/2.1/network-socket.php#blocking-on-a-group-of-sockets "If only references" should be "it only references", and in http://www.sfml-dev.org/tutorials/2.1/network-http.php#responses, it should be "std::cout << "body: " << response.getBody() << std::endl;" instead of "std::cout << "body: " << response.getStatus() << std::endl;"