Procházet zdrojové kódy

doc: minor changes

Michele Caini před 3 roky
rodič
revize
c2430ab48d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/entt/meta/meta.hpp

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

@@ -756,7 +756,7 @@ struct meta_prop {
           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.
      */
     [[nodiscard]] meta_any value() const {