reference: add missing bracket
Also, remove the other brackets, because they make the whole sentence look awkward.
This commit is contained in:
parent
f4ab2b3a25
commit
f6c673e9f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue