Skip to content

Commit c143d4b

Browse files
Fix small typo on ecs error handling example comment (#20616)
Fixed small typo in comments # Objective - Fixes a small typo on error handling example comments. ## Solution N/A ## Testing N/A Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent 590da83 commit c143d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ecs/error_handling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn main() {
1515
//
1616
// We can change this by setting a custom error handler, which applies to the entire app
1717
// (you can also set it for specific `World`s).
18-
// Here we it using one of the built-in error handlers.
18+
// Here we are using one of the built-in error handlers.
1919
// Bevy provides built-in handlers for `panic`, `error`, `warn`, `info`,
2020
// `debug`, `trace` and `ignore`.
2121
app.set_error_handler(warn);

0 commit comments

Comments
 (0)