Skip to content

Commit 94e8a6a

Browse files
MagnumOpus21Siva Prasad
authored and
Siva Prasad
committed
Made the requested changes for Note: and no_std within backticks
1 parent 6c66aeb commit 94e8a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/libcore/macros.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ 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
354-
/// In a no_std setup you are responsible for the
353+
/// Note: This macro can be used in no_std setups as well
354+
/// In a `no_std` setup you are responsible for the
355355
/// implementation details of the components.
356356
///
357357
/// ```no_run

0 commit comments

Comments
 (0)