Skip to content

Commit 105b0e3

Browse files
author
Peter Thorson
committed
[docs] Clean up documentation
1 parent 25d468c commit 105b0e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

websocketpp/endpoint.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ class endpoint : public config::transport_type, public config::endpoint_base {
478478
* can produce one additional type of error, the bad_connection error, that
479479
* indicates that the conversion from connection_hdl to connection_ptr
480480
* failed due to the connection not existing anymore. Each method has a
481-
* default and an exception free varient.
481+
* default and an exception free variant.
482482
*/
483483

484484
void interrupt(connection_hdl hdl, lib::error_code & ec);
@@ -568,7 +568,6 @@ class endpoint : public config::transport_type, public config::endpoint_base {
568568
* @param [in] hdl The handle identifying the connection to send via.
569569
* @param [in] payload The payload string to generated the message with
570570
* @param [in] op The opcode to generated the message with.
571-
* @param [out] ec A code to fill in for errors
572571
*/
573572
void send(connection_hdl hdl, std::string const & payload,
574573
frame::opcode::value op);

0 commit comments

Comments
 (0)