From 0f609dbba23ed8429cb20d94b42da555c4637bd1 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 2 Jan 2015 08:49:47 +0200 Subject: [PATCH] Fix typo in fuzzy_check.md --- doc/markdown/modules/fuzzy_check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5