Wrap code with backticks

pull/76/head
Sudo Nice 4 years ago
parent dbebf8d315
commit 6877da3f6e

@ -879,7 +879,7 @@ These are all different types, just in the same way that "a friend of a friend"
In Rust you can print things in almost any way you want. Here are some more things to know about printing.
Adding \n will make a new line, and \t will make a tab:
Adding `\n` will make a new line, and `\t` will make a tab:
```rust
fn main() {

Loading…
Cancel
Save