瀏覽代碼

doc: minor changes

Michele Caini 3 年之前
父節點
當前提交
c2430ab48d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entt/meta/meta.hpp

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

@@ -756,7 +756,7 @@ struct meta_prop {
           ctx{&area} {}
           ctx{&area} {}
 
 
     /**
     /**
-     * @brief Returns the stored value by copy.
+     * @brief Returns the stored value by const reference.
      * @return A wrapper containing the value stored with the property.
      * @return A wrapper containing the value stored with the property.
      */
      */
     [[nodiscard]] meta_any value() const {
     [[nodiscard]] meta_any value() const {