diff options
| author | Alex Burka <durka42+github@gmail.com> | 2016-10-12 13:44:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 13:44:08 -0400 |
| commit | 1eb36b80a43154107729da3e496d0b3fb9e57259 (patch) | |
| tree | 95c88eebe793175471b5b874612f42fbbfafd8d7 /src/doc | |
| parent | acb50e3481a06089dbd13d860dadc7d8d7cd1649 (diff) | |
book: remove backticks in Type Aliases header
Fix #37116.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/book/type-aliases.md | 2 |
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: |
