]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #24870: tshepang/reference-fix-brackets
authorAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:39 +0000 (15:45 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:39 +0000 (15:45 -0700)
Also, remove the other brackets, because they make the whole sentence look awkward.

src/doc/reference.md

index a71f8cf4250a6465f5ce6a0799f409a509032f30..05daf73ef62692730aa534a60f7dfd3f3d6b0856 100644 (file)
@@ -1897,8 +1897,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