Skip to content

Commit 5c97af0

Browse files
committed
spelling: float
1 parent 565b27e commit 5c97af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/schema/rabbit.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ fun(Size) when is_integer(Size) ->
15301530
Size > 0 andalso Size < 536870912
15311531
end}.
15321532

1533-
{validator, "less_than_1", "Flooat is not between 0 and 1",
1533+
{validator, "less_than_1", "Float is not between 0 and 1",
15341534
fun(Float) when is_float(Float) ->
15351535
Float > 0 andalso Float < 1
15361536
end}.

0 commit comments

Comments
 (0)