From dd6d998bb8ce2aa4872ee85d3ec3ee382ed3ad3c Mon Sep 17 00:00:00 2001 From: Mateusz Wachowiak Date: Sat, 20 Jan 2024 18:53:43 +0100 Subject: [PATCH] fix ci --- crates/bevy_dev_tools/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_dev_tools/src/lib.rs b/crates/bevy_dev_tools/src/lib.rs index ef32ded162050..107b77241ef0d 100644 --- a/crates/bevy_dev_tools/src/lib.rs +++ b/crates/bevy_dev_tools/src/lib.rs @@ -15,7 +15,7 @@ pub mod ci_testing; /// /// To enable developer tools, you can either: /// -/// - Create a custom crate feature (e.g "dev_mode"), which enables the `bevy_dev_tools` feature +/// - Create a custom crate feature (e.g "`dev_mode`"), which enables the `bevy_dev_tools` feature /// along with any other development tools you might be using: /// /// ```toml