Skip to content

Commit

Permalink
[docs] Fix typo in include_value! doc comment (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Nov 30, 2023
1 parent b964747 commit 6432a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4000,7 +4000,7 @@ macro_rules! transmute_mut {
/// compile time. So, for instance, an invocation with a Windows path containing
/// backslashes `\` would not compile correctly on Unix.
///
/// `include_bytes!` is ignorant of byte order. For byte order-aware types, see
/// `include_value!` is ignorant of byte order. For byte order-aware types, see
/// the [`byteorder`] module.
///
/// # Examples
Expand Down

0 comments on commit 6432a8d

Please sign in to comment.