Skip to content

Commit

Permalink
Update content/learn/book/migration-guides/0.9-0.10/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Liu <contact@jamessliu.com>
  • Loading branch information
IceSentry and james7132 committed Feb 18, 2023
1 parent 41264ae commit 0245c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/book/migration-guides/0.9-0.10/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ unsafe impl ReadOnlySystemParam for MyParam<'_, '_> {}
<div class="migration-guide-area-tag">ECS</div>
</div>

A `World` can only hold a maximum of 232 - 1 archetypes and tables now. If your use case requires more than this, please file an issue explaining your use case.
A `World` can only hold a maximum of 2<sup>32</sup> - 1 archetypes and tables now. If your use case requires more than this, please file an issue explaining your use case.

### [Round out the untyped api s](https://github.com/bevyengine/bevy/pull/7009)

Expand Down

0 comments on commit 0245c9e

Please sign in to comment.