doc: fixed typo

This commit is contained in:
Michele Caini
2022-11-22 14:26:46 +01:00
parent 9b9d212dde
commit b8f70519f6

View File

@@ -180,7 +180,7 @@ template<typename Res, typename Other>
* @tparam Other Type of resource managed by the second handle.
* @param lhs A valid handle.
* @param rhs A valid handle.
* @return False if both handles refer to the same registry, true otherwise.
* @return False if both handles refer to the same resource, true otherwise.
*/
template<typename Res, typename Other>
[[nodiscard]] bool operator!=(const resource<Res> &lhs, const resource<Other> &rhs) noexcept {