Skip to content

Commit 734609b

Browse files
committed
Fix docs
1 parent 1bcb02a commit 734609b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/tmp/directory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public:
5656
directory& operator=(const directory&) = delete;
5757

5858
/// Moves the ownership of the directory managed by `other` to a new handle
59-
/// @note After the assignment, `other` is not associated with a directory
59+
/// @note After the move, `other` is not associated with a directory
6060
/// @param other Another directory that will be moved from
6161
directory(directory&& other) noexcept
6262
: pathobject(std::exchange(other.pathobject, std::filesystem::path())) {}

0 commit comments

Comments
 (0)