diff options
| author | johnthagen <johnthagen@gmail.com> | 2016-10-15 15:00:37 -0400 |
|---|---|---|
| committer | johnthagen <johnthagen@gmail.com> | 2016-10-15 15:00:37 -0400 |
| commit | d001e8ad179b2d0b57272d1c875d93099fc347cb (patch) | |
| tree | 1851bad22e5219562a6c0e3c75506dc037f19f02 /src/doc | |
| parent | 030bc49bb44834e691fd67452b39b438fa6d826d (diff) | |
Remove un-rendered ticks from title.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/book/const-and-static.md | 2 |
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: |
