reference: add missing bracket

Also, remove the other brackets, because they make the whole sentence
look awkward.
This commit is contained in:
Tshepang Lekhonkhobe 2015-04-27 16:47:12 +02:00
parent f4ab2b3a25
commit f6c673e9f0

View file

@ -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