diff --git a/module/Library/RegEx.hpp b/module/Library/RegEx.hpp index bb47b121..eeb5b533 100644 --- a/module/Library/RegEx.hpp +++ b/module/Library/RegEx.hpp @@ -505,7 +505,7 @@ struct RxInstance RxInstance & operator = (const RxInstance &) = delete; /* -------------------------------------------------------------------------------------------- - * Move constructor. + * Move assignment operator. */ RxInstance & operator = (RxInstance && o) noexcept {