Skip to content

Commit 9c6550d

Browse files
committed
imagine computers being useful
1 parent 166936f commit 9c6550d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Example | File | Description
163163
`iter_combinations` | [`ecs/iter_combinations.rs`](./ecs/iter_combinations.rs) | Shows how to iterate over combinations of query results.
164164
`parallel_query` | [`ecs/parallel_query.rs`](./ecs/parallel_query.rs) | Illustrates parallel queries with `ParallelIterator`
165165
`query_bundle` | [`ecs/query_bundle.rs`](./ecs/query_bundle.rs) | Shows how to query entities that contain components in a `Bundle`
166-
`relations_grouping` | [`ecs/relations_grouping.rs`])(./ecs/relations_grouping.rs) | Group entities using `Relations` and then query for entities in those groups
166+
`relations_grouping` | [`ecs/relations_grouping.rs`](./ecs/relations_grouping.rs) | Group entities using `Relations` and then query for entities in those groups
167167
`removal_detection` | [`ecs/removal_detection.rs`](./ecs/removal_detection.rs) | Query for entities that had a specific component removed in a previous stage during the current frame.
168168
`startup_system` | [`ecs/startup_system.rs`](./ecs/startup_system.rs) | Demonstrates a startup system (one that runs once when the app starts up)
169169
`state` | [`ecs/state.rs`](./ecs/state.rs) | Illustrates how to use States to control transitioning from a Menu state to an InGame state

0 commit comments

Comments
 (0)