Remove un-rendered ticks from title.

This commit is contained in:
johnthagen 2016-10-15 15:00:37 -04:00
parent 030bc49bb4
commit d001e8ad17

View file

@ -1,4 +1,4 @@
% `const` and `static`
% const and static
Rust has a way of defining constants with the `const` keyword: