Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 5, 2023
1 parent 08fc2b3 commit 8f94041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/md/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f94041

Please sign in to comment.