Skip to content

Commit

Permalink
[docs] Use backticks instead of quotes (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Oct 24, 2023
1 parent db245f1 commit 3ee51b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2088,13 +2088,13 @@ macro_rules! transmute_ref {
/// Assume there are two files in the same directory with the following
/// contents:
///
/// File 'data' (no trailing newline):
/// File `data` (no trailing newline):
///
/// ```text
/// abcd
/// ```
///
/// File 'main.rs':
/// File `main.rs`:
///
/// ```rust
/// use zerocopy::include_value;
Expand Down

0 comments on commit 3ee51b2

Please sign in to comment.