From f6c673e9f078575edb54a8d2fecf8d2edbb76f82 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 27 Apr 2015 16:47:12 +0200 Subject: reference: add missing bracket Also, remove the other brackets, because they make the whole sentence look awkward. --- src/doc/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/doc/reference.md') diff --git a/src/doc/reference.md b/src/doc/reference.md index 7c9cca90edd..8bd48181008 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -1889,8 +1889,8 @@ release builds. There are two kinds of configuration options, one that is either defined or not (`#[cfg(foo)]`), and the other that contains a string that can be checked -against (`#[cfg(bar = "baz")]` (currently only compiler-defined configuration -options can have the latter form). +against (`#[cfg(bar = "baz")]`). Currently, only compiler-defined configuration +options can have the latter form. ``` // The function is only included in the build when compiling for OSX -- cgit 1.4.1-3-g733a5