From d001e8ad179b2d0b57272d1c875d93099fc347cb Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sat, 15 Oct 2016 15:00:37 -0400 Subject: [PATCH] Remove un-rendered ticks from title. --- src/doc/book/const-and-static.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/const-and-static.md b/src/doc/book/const-and-static.md index 11aa25ac811c9..e8f17a41cbeab 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: