diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 21010b3c2..d5268ea5f 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -74,9 +74,9 @@ <item></item> <!-- Modest : Suggestion whose normalized score is greater than this value will be subject to auto-correction. --> - <item>0.22</item> + <item>0.185</item> <!-- Aggressive --> - <item>0.08</item> + <item>0.067</item> <!-- Very Aggressive : Suggestion whose normalized score is greater than this value will be subject to auto-correction. --> <item>0</item> |