diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index 368c3350f..becf21586 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -140,7 +140,7 @@ namespace stdex } /// - /// Returns true if object is valid + /// Returns true if object has a valid handle /// inline operator bool() const noexcept { return m_h != invalid_handle; }