about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Configurations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations.md b/Configurations.md
index 5380275f8f9..b3463fad19b 100644
--- a/Configurations.md
+++ b/Configurations.md
@@ -10,7 +10,7 @@ reorder_imports = false
 ```
 
 Each configuration option is either stable or unstable.
-Stable options can always be used, while unstable ones are only available on a nightly toolchain, and opt-in.
+Stable options can always be used, while unstable options are only available on a nightly toolchain and must be opted into.
 To enable unstable options, set `unstable_features = true` in `rustfmt.toml` or pass `--unstable-features` to rustfmt.
 
 # Configuration Options