about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-10-17 23:07:53 +0200
committerGitHub <noreply@github.com>2016-10-17 23:07:53 +0200
commit9569ea0d2fceebb9234b1557ef2b3a7ce865f7b9 (patch)
treea91fb3579fcbc1fda4144ed4a7881d625b8389ba
parent28416cbbffc6d655e5880cf26673257e47a5432a (diff)
parentd001e8ad179b2d0b57272d1c875d93099fc347cb (diff)
downloadrust-9569ea0d2fceebb9234b1557ef2b3a7ce865f7b9.tar.gz
rust-9569ea0d2fceebb9234b1557ef2b3a7ce865f7b9.zip
Rollup merge of #37194 - johnthagen:fix-const-static-header, r=bluss
Remove un-rendered ticks from "const and static" doc title

Related to #37116 and #37119.

Ticks in the titles are not correctly rendered

![const-static-render](https://cloud.githubusercontent.com/assets/10340167/19412643/63e385a2-92e8-11e6-81f1-16802f803aad.png)
-rw-r--r--src/doc/book/const-and-static.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/const-and-static.md b/src/doc/book/const-and-static.md
index 11aa25ac811..e8f17a41cbe 100644
--- a/src/doc/book/const-and-static.md
+++ b/src/doc/book/const-and-static.md
@@ -1,4 +1,4 @@
-% `const` and `static`
+% const and static
 
 Rust has a way of defining constants with the `const` keyword: