diff --git a/content/learn/book/migration-guides/0.9-0.10/_index.md b/content/learn/book/migration-guides/0.9-0.10/_index.md index e87809028e..5aee93c285 100644 --- a/content/learn/book/migration-guides/0.9-0.10/_index.md +++ b/content/learn/book/migration-guides/0.9-0.10/_index.md @@ -217,7 +217,7 @@ unsafe impl ReadOnlySystemParam for MyParam<'_, '_> {}
ECS
-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 232 - 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)