diff --git a/example/cpp03/tutorial/daytime_dox.txt b/example/cpp03/tutorial/daytime_dox.txt index 5ec49c67..ea2d8ca2 100644 --- a/example/cpp03/tutorial/daytime_dox.txt +++ b/example/cpp03/tutorial/daytime_dox.txt @@ -277,8 +277,6 @@ The boost::asio::ip::udp::resolver::resolve() function is guaranteed to return a least one endpoint in the list if it does not fail. This means it is safe to dereference the return value directly. -\until udp::endpoint - Since UDP is datagram-oriented, we will not be using a stream socket. Create an boost::asio::ip::udp::socket and initiate contact with the remote endpoint.