Skip to content

Commit f1ba2d8

Browse files
authored
fix typo (#60)
1 parent 366ce1d commit f1ba2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/53-consistent-hierarchy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ design is reliant on the exact implementation.
389389
The original design that this proposal is based on is this 2014 article from
390390
[bitsquid
391391
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,
392+
The memory layout suggested is awfully similar to bevy's ECS tables. However,
393393
components are regularly swapped based on their dirty status. Placing dirty
394394
entities near the end of each contiguous slice. The hierarchical ECS storage
395395
alterantive aims to implement this.

0 commit comments

Comments
 (0)