Skip to content

Commit f6c673e

Browse files
committed
reference: add missing bracket
Also, remove the other brackets, because they make the whole sentence look awkward.
1 parent f4ab2b3 commit f6c673e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,8 +1889,8 @@ release builds.
18891889

18901890
There are two kinds of configuration options, one that is either defined or not
18911891
(`#[cfg(foo)]`), and the other that contains a string that can be checked
1892-
against (`#[cfg(bar = "baz")]` (currently only compiler-defined configuration
1893-
options can have the latter form).
1892+
against (`#[cfg(bar = "baz")]`). Currently, only compiler-defined configuration
1893+
options can have the latter form.
18941894

18951895
```
18961896
// The function is only included in the build when compiling for OSX

0 commit comments

Comments
 (0)