Skip to content

Commit f1de6e6

Browse files
committed
fix ci
1 parent 87f509f commit f1de6e6

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_dev_tools/src

1 file changed

+1
-1
lines changed

crates/bevy_dev_tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod ci_testing;
1515
///
1616
/// To enable developer tools, you can either:
1717
///
18-
/// - Create a custom crate feature (e.g "dev_mode"), which enables the `bevy_dev_tools` feature
18+
/// - Create a custom crate feature (e.g "`dev_mode`"), which enables the `bevy_dev_tools` feature
1919
/// along with any other development tools you might be using:
2020
///
2121
/// ```toml

0 commit comments

Comments
 (0)