Skip to content

Commit

Permalink
doc: Add some missing backticks for identifiers. (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 16, 2023
1 parent 01cc7ad commit 08b428c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
@@ -100,8 +100,8 @@ pub fn get_base_device_limits_from_adapter_limits(adapter_limits: &wgt::Limits)
///
/// # Notes
///
/// Given two or more extension structs of the same SType in the same chain, this macro will favor the latter most. There should
/// not be more than one extension struct with the same SType in a chain anyway, so this behavior should be unproblematic.
/// Given two or more extension structs of the same `SType` in the same chain, this macro will favor the latter most. There should
/// not be more than one extension struct with the same `SType` in a chain anyway, so this behavior should be unproblematic.
#[macro_export]
macro_rules! follow_chain {

0 comments on commit 08b428c

Please sign in to comment.