From 1eb36b80a43154107729da3e496d0b3fb9e57259 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 12 Oct 2016 13:44:08 -0400 Subject: [PATCH] book: remove backticks in Type Aliases header Fix #37116. --- src/doc/book/type-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/type-aliases.md b/src/doc/book/type-aliases.md index def2e31f3514b..3798336f0a524 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: