]> git.lizzy.rs Git - rust.git/commitdiff
book: remove backticks in Type Aliases header
authorAlex Burka <durka42+github@gmail.com>
Wed, 12 Oct 2016 17:44:08 +0000 (13:44 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2016 17:44:08 +0000 (13:44 -0400)
Fix #37116.

src/doc/book/type-aliases.md

index def2e31f3514b595fe24912c4e704e7b5f12b82d..3798336f0a52419c579cf8f9c1c2b8e191c27a0b 100644 (file)
@@ -1,4 +1,4 @@
-% `type` Aliases
+% Type Aliases
 
 The `type` keyword lets you declare an alias of another type: