Skip to content

Commit

Permalink
Added a missing backtick to no std
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnumOpus21 authored and Siva Prasad committed Sep 5, 2018
1 parent 94e8a6a commit 5e70394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/macros.rs
Expand Up @@ -350,7 +350,7 @@ macro_rules! try {
/// assert_eq!(v, b"s = \"abc 123\"");
/// ```
///
/// Note: This macro can be used in no_std setups as well
/// Note: This macro can be used in `no_std` setups as well
/// In a `no_std` setup you are responsible for the
/// implementation details of the components.
///
Expand Down

0 comments on commit 5e70394

Please sign in to comment.