diff options
| author | Jonathan Turner <jonathandturner@users.noreply.github.com> | 2016-10-14 12:07:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-14 12:07:08 -0700 |
| commit | 6822769263e22dbf5c0eda74c88f4681f1f2f430 (patch) | |
| tree | 52cdbc0c666e18298066e3a6c378db79c3f75073 | |
| parent | 67aaddddd6195f7283a94b472b2f14cbed9d95fc (diff) | |
| parent | 1eb36b80a43154107729da3e496d0b3fb9e57259 (diff) | |
| download | rust-6822769263e22dbf5c0eda74c88f4681f1f2f430.tar.gz rust-6822769263e22dbf5c0eda74c88f4681f1f2f430.zip | |
Rollup merge of #37119 - durka:patch-31, r=steveklabnik
book: remove backticks in Type Aliases header Fix #37116.
| -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: |
