Fix copy/paste error in comment.
This commit is contained in:
parent
809d00d92a
commit
402f9dc5f1
@ -94,7 +94,7 @@ public:
|
|||||||
#if defined(ASIO_HAS_MOVE) || defined(GENERATING_DOCUMENTATION)
|
#if defined(ASIO_HAS_MOVE) || defined(GENERATING_DOCUMENTATION)
|
||||||
/// Move-construct a basic_descriptor from another.
|
/// Move-construct a basic_descriptor from another.
|
||||||
/**
|
/**
|
||||||
* This constructor moves a stream descriptor from one object to another.
|
* This constructor moves a descriptor from one object to another.
|
||||||
*
|
*
|
||||||
* @param other The other basic_descriptor object from which the move will
|
* @param other The other basic_descriptor object from which the move will
|
||||||
* occur.
|
* occur.
|
||||||
|
Loading…
Reference in New Issue
Block a user