From d4b13ac1858c6f18ad394fe68e760d3b4f073b55 Mon Sep 17 00:00:00 2001 From: ickshonpe Date: Thu, 31 Aug 2023 22:23:15 +0100 Subject: [PATCH] fixed doc comment --- examples/stress_tests/many_rects.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stress_tests/many_rects.rs b/examples/stress_tests/many_rects.rs index 2a30785ae2d5d..4b98ac1a2aab4 100644 --- a/examples/stress_tests/many_rects.rs +++ b/examples/stress_tests/many_rects.rs @@ -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},