diff --git a/docs/md/entity.md b/docs/md/entity.md index 2de52ce2f..a57c27430 100644 --- a/docs/md/entity.md +++ b/docs/md/entity.md @@ -1549,7 +1549,7 @@ own API for them. However, there is still no limit to the possibilities of use: auto &&other = registry.storage("other"_hs); registry.emplace(entity); -storage.push(entity); +other.push(entity); ``` Anything that can be done via the registry interface can also be done directly