We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366ce1d commit f1ba2d8Copy full SHA for f1ba2d8
rfcs/53-consistent-hierarchy.md
@@ -389,7 +389,7 @@ design is reliant on the exact implementation.
389
The original design that this proposal is based on is this 2014 article from
390
[bitsquid
391
developers](https://bitsquid.blogspot.com/2014/10/building-data-oriented-entity-system.html).
392
-The memory layout sugggested is awfully similar to bevy's ECS tables. However,
+The memory layout suggested is awfully similar to bevy's ECS tables. However,
393
components are regularly swapped based on their dirty status. Placing dirty
394
entities near the end of each contiguous slice. The hierarchical ECS storage
395
alterantive aims to implement this.
0 commit comments