diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-02 09:38:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-02 09:38:04 +0000 |
commit | 675616059cc7efe021ff76cd065d9c5a93eb40a9 (patch) | |
tree | ff9b4458b44fc71c28232225cc32df7a354d75ec /doc | |
parent | c6acedb0810e887981269ca35c0641e681d32fa0 (diff) | |
parent | 0f609dbba23ed8429cb20d94b42da555c4637bd1 (diff) | |
download | rspamd-675616059cc7efe021ff76cd065d9c5a93eb40a9.tar.gz rspamd-675616059cc7efe021ff76cd065d9c5a93eb40a9.zip |
Merge pull request #122 from fatalbanana/master
Fix typo in fuzzy_check.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/fuzzy_check.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/modules/fuzzy_check.md b/doc/markdown/modules/fuzzy_check.md index 0591b730b..d363220ac 100644 --- a/doc/markdown/modules/fuzzy_check.md +++ b/doc/markdown/modules/fuzzy_check.md @@ -105,7 +105,7 @@ Therefore, if a `single_vote_weight` is `1` then the final weight will be `100` score 1.0 (that will be of course multiplied by metric's weigth). In our example, if the weight of hash is `100` and `max_score` will be `99`, then the rule will be added with the weight of `1`. If `max_score` is `200`, then the rule will be added with the -weight likely `0.2` (the real function is hyperbolig tangent). In the following configuration: +weight likely `0.2` (the real function is hyperbolic tangent). In the following configuration: ~~~nginx metric { |