Skip to content

Commit 0acd1ef

Browse files
committed
fix missing backtick
1 parent 1ccda98 commit 0acd1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-04-27-Rust-1.17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Now, you can write
218218
SocketAddr::from(([127, 0, 0, 1], 3000))
219219
// or even
220220
([127, 0, 0, 1], 3000).into())
221-
``
221+
```
222222

223223
This removes some unnecesary run-time parsing, and is roughly as readable, depending on
224224
your preferences.

0 commit comments

Comments
 (0)