提交 99f531c5 编写于 作者: V VDimir

Fix spelling require -> requires

上级 0230aca9
......@@ -43,10 +43,10 @@ inline void assertArityAtMost(const std::string & name, const DataTypes & argume
ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH);
if constexpr (maximal_arity == 1)
throw Exception("Aggregate function " + name + " require zero or one argument",
throw Exception("Aggregate function " + name + " requires zero or one argument",
ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH);
throw Exception("Aggregate function " + name + " require at most " + toString(maximal_arity) + " arguments",
throw Exception("Aggregate function " + name + " requires at most " + toString(maximal_arity) + " arguments",
ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册