Browse Source

updated doc

Michele Caini 6 years ago
parent
commit
ee6f55193e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/signal/delegate.hpp

+ 2 - 2
src/entt/signal/delegate.hpp

@@ -209,8 +209,8 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns the instance linked to a delegate, if any.
-     * @return An opaque pointer to the instance linked to the delegate, if any.
+     * @brief Returns the instance or the payload linked to a delegate, if any.
+     * @return An opaque pointer to the underlying data.
      */
      */
     const void * instance() const ENTT_NOEXCEPT {
     const void * instance() const ENTT_NOEXCEPT {
         return data;
         return data;