system: update documentation

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-12-01 14:05:54 +01:00
parent 571463b22c
commit 8fbbf58a1b

View File

@ -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; }