updated documentation

This commit is contained in:
Michele Caini
2019-03-12 14:58:07 +01:00
parent 44856c6207
commit f0650bf64f

View File

@@ -772,7 +772,7 @@ public:
/**
* @brief Returns a reference to the given component for an entity.
*
* In case the entity doesn't own the component, the value provided will be
* In case the entity doesn't own the component, the parameters provided are
* used to construct it.<br/>
* Equivalent to the following snippet (pseudocode):
*