diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 11:52:37 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 11:52:37 -0500 |
| commit | 2477b791f91b0fd890e784db7e0ec47b67fe6dc9 (patch) | |
| tree | 9cf48b8bbcc119384fdef10ec4a4bdc73f3c2982 /priv | |
| parent | 7a01dbe60a2919fa97a2139ac9cb79fbaf0b8a91 (diff) | |
| download | rabbitmq-server-git-2477b791f91b0fd890e784db7e0ec47b67fe6dc9.tar.gz | |
spelling: between
Diffstat (limited to 'priv')
| -rw-r--r-- | priv/schema/rabbit.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index f24e74c9ef..0de26a41ff 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1530,7 +1530,7 @@ fun(Size) when is_integer(Size) -> Size > 0 andalso Size < 536870912 end}. -{validator, "less_than_1", "Flooat is not beetween 0 and 1", +{validator, "less_than_1", "Flooat is not between 0 and 1", fun(Float) when is_float(Float) -> Float > 0 andalso Float < 1 end}. |
