diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-01-02 08:49:47 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-01-02 08:49:47 +0200 |
commit | 0f609dbba23ed8429cb20d94b42da555c4637bd1 (patch) | |
tree | ff9b4458b44fc71c28232225cc32df7a354d75ec /doc | |
parent | c6acedb0810e887981269ca35c0641e681d32fa0 (diff) | |
download | rspamd-0f609dbba23ed8429cb20d94b42da555c4637bd1.tar.gz rspamd-0f609dbba23ed8429cb20d94b42da555c4637bd1.zip |
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 { |