Skip to content

Commit

Permalink
Add backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Nov 28, 2024
1 parent e35f5f4 commit a8537ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ use derive_more::derive::{Display, Error};
/// ```
///
/// In general, this shouldn't happen often, but when it does the algorithm for choosing the constructor from the tree is simple and predictable:
/// 1. A constructor from a direct #[require()], if one exists, is selected with priority.
/// 1. A constructor from a direct `#[require()]`, if one exists, is selected with priority.
/// 2. Otherwise, perform a Depth First Search on the tree of requirements and select the first one found.
///
/// From a user perspective, just think about this as the following:
Expand Down

0 comments on commit a8537ad

Please sign in to comment.