Skip to content

Commit e93fdfa

Browse files
committed
fix some markdown error
1 parent d7a27cc commit e93fdfa

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
@@ -150,7 +150,7 @@ Example | File | Description
150150
--- | --- | ---
151151
`ecs_guide` | [`ecs/ecs_guide.rs`](./ecs/ecs_guide.rs) | Full guide to Bevy's ECS
152152
`change_detection` | [`ecs/change_detection.rs`](./ecs/change_detection.rs) | Change detection on components
153-
`command_error_handling` | [`ecs/command_error_handling.rs](./ecs/command_error_handling.rs) | Error handling fallible commands
153+
`command_error_handling` | [`ecs/command_error_handling.rs`](./ecs/command_error_handling.rs) | Error handling fallible commands
154154
`event` | [`ecs/event.rs`](./ecs/event.rs) | Illustrates event creation, activation, and reception
155155
`fixed_timestep` | [`ecs/fixed_timestep.rs`](./ecs/fixed_timestep.rs) | Shows how to create systems that run every fixed timestep, rather than every tick
156156
`hierarchy` | [`ecs/hierarchy.rs`](./ecs/hierarchy.rs) | Creates a hierarchy of parents and children entities

0 commit comments

Comments
 (0)