1 parent 1bcb02a commit 734609bCopy full SHA for 734609b
1 file changed
include/tmp/directory
@@ -56,7 +56,7 @@ public:
56
directory& operator=(const directory&) = delete;
57
58
/// 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
+ /// @note After the move, `other` is not associated with a directory
60
/// @param other Another directory that will be moved from
61
directory(directory&& other) noexcept
62
: pathobject(std::exchange(other.pathobject, std::filesystem::path())) {}
0 commit comments