diff options
| author | Stéphane Campinas <stephane.campinas@gmail.com> | 2019-01-10 21:10:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 21:10:34 +0100 |
| commit | a1bbf589652e1ac0551c269ca1835510ee5ae541 (patch) | |
| tree | 29934bf6f82e4abb7281d100a8f8a86a4b3e7cbb | |
| parent | 2c204c11d160cb2bee0802e4e9235fca0ffae421 (diff) | |
| parent | 4d87ef76d8c50cdaa5ed8d551cc9091256572163 (diff) | |
Merge pull request #3285 from arnavb/patch-1
Fix incorrect documentation for `unstable_features`
| -rw-r--r-- | Configurations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations.md b/Configurations.md index c31c55e1af7..abe40f2ea6f 100644 --- a/Configurations.md +++ b/Configurations.md @@ -2298,7 +2298,7 @@ Whether to use colored output or not. ## `unstable_features` -Enable unstable features on stable channel. +Enable unstable features on the unstable channel. - **Default value**: `false` - **Possible values**: `true`, `false` |
