فهرست منبع

doc: fixed typo

Michele Caini 3 سال پیش
والد
کامیت
b8f70519f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/entt/resource/resource.hpp

+ 1 - 1
src/entt/resource/resource.hpp

@@ -180,7 +180,7 @@ template<typename Res, typename Other>
  * @tparam Other Type of resource managed by the second handle.
  * @tparam Other Type of resource managed by the second handle.
  * @param lhs A valid handle.
  * @param lhs A valid handle.
  * @param rhs 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>
 template<typename Res, typename Other>
 [[nodiscard]] bool operator!=(const resource<Res> &lhs, const resource<Other> &rhs) noexcept {
 [[nodiscard]] bool operator!=(const resource<Res> &lhs, const resource<Other> &rhs) noexcept {