about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAlex Burka <durka42+github@gmail.com>2016-10-12 13:44:08 -0400
committerGitHub <noreply@github.com>2016-10-12 13:44:08 -0400
commit1eb36b80a43154107729da3e496d0b3fb9e57259 (patch)
tree95c88eebe793175471b5b874612f42fbbfafd8d7 /src/doc
parentacb50e3481a06089dbd13d860dadc7d8d7cd1649 (diff)
book: remove backticks in Type Aliases header
Fix #37116.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/book/type-aliases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/type-aliases.md b/src/doc/book/type-aliases.md
index def2e31f351..3798336f0a5 100644
--- a/src/doc/book/type-aliases.md
+++ b/src/doc/book/type-aliases.md
@@ -1,4 +1,4 @@
-% `type` Aliases
+% Type Aliases
 
 The `type` keyword lets you declare an alias of another type: