Skip to content

Commit

Permalink
fixed doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Aug 31, 2023
1 parent 09bac19 commit d4b13ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stress_tests/many_rects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! This bypasses the layout systems so that only the UI's rendering systems are put under stress.
//!
//! To run the demo with extraction iterating the UI stack use:
//! `cargo run --example many_uirects --release iter-stack`
//! `cargo run --example many_rects --release iter-stack`
//!
use bevy_internal::{
render::{texture::DEFAULT_IMAGE_HANDLE, Extract, RenderApp},
Expand Down

0 comments on commit d4b13ac

Please sign in to comment.