Skip to content

Commit b0cd96e

Browse files
committed
Add missing backticks in documentation
1 parent 3577716 commit b0cd96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ macro_rules! libc_bitflags {
6060

6161
/// The `libc_enum!` macro helps with a common use case of defining an enum exclusively using
6262
/// values from the `libc` crate. The type after the enum name specifies the type of the constants
63-
/// in libc. The macro will generate impls of From and TryFrom to convert between numeric and enum
64-
/// values.
63+
/// in `libc`. The macro will generate impls of `From` and `TryFrom` to convert between numeric and
64+
/// enum values.
6565
///
6666
/// `TryFrom` is only implemented for Rust >= 1.34.0, where the trait is stable. An equivalent
6767
/// `try_from` inherent method is made available regardless of the Rust version. `TryInto` should

0 commit comments

Comments
 (0)