docs: fix spelling mistake in error message
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
4678df2229
commit
9b6511b3e7
|
@ -263,7 +263,7 @@ get_query_tuple({_ChannelId, Data} = _Query) ->
|
|||
get_query_tuple([{_ChannelId, {_QueryType, _Data}} | _]) ->
|
||||
error(
|
||||
{unrecoverable_error,
|
||||
{invalid_request, <<"The only query type that support batching is insert.">>}}
|
||||
{invalid_request, <<"The only query type that supports batching is insert.">>}}
|
||||
);
|
||||
get_query_tuple([InsertQuery | _]) ->
|
||||
get_query_tuple(InsertQuery).
|
||||
|
|
Loading…
Reference in New Issue