Skip to content

Commit 5e70394

Browse files
MagnumOpus21Siva Prasad
authored and
Siva Prasad
committed
Added a missing backtick to no std
1 parent 94e8a6a commit 5e70394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ macro_rules! try {
350350
/// assert_eq!(v, b"s = \"abc 123\"");
351351
/// ```
352352
///
353-
/// Note: This macro can be used in no_std setups as well
353+
/// Note: This macro can be used in `no_std` setups as well
354354
/// In a `no_std` setup you are responsible for the
355355
/// implementation details of the components.
356356
///

0 commit comments

Comments
 (0)