doc: typo

This commit is contained in:
Michele Caini
2023-10-05 09:43:31 +02:00
parent 08fc2b3a4a
commit 8f94041ea2

View File

@@ -1549,7 +1549,7 @@ own API for them. However, there is still no limit to the possibilities of use:
auto &&other = registry.storage<velocity>("other"_hs);
registry.emplace<velocity>(entity);
storage.push(entity);
other.push(entity);
```
Anything that can be done via the registry interface can also be done directly