From 8fbbf58a1b908f89226daea2462c9cb1e3d38613 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 1 Dec 2023 14:05:54 +0100 Subject: [PATCH] system: update documentation Signed-off-by: Simon Rozman --- include/stdex/system.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }