We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209dfc7 commit 6a5a333Copy full SHA for 6a5a333
1 file changed
lib/open_api_typesense/operations/stemming.ex
@@ -54,7 +54,7 @@ defmodule OpenApiTypesense.Stemming do
54
55
"""
56
@doc since: "0.7.0"
57
- @spec import_stemming_dictionary(String.t(), keyword) ::
+ @spec import_stemming_dictionary(list(map()), keyword) ::
58
{:ok, String.t()} | {:error, OpenApiTypesense.ApiResponse.t()}
59
def import_stemming_dictionary(body, opts \\ []) do
60
client = opts[:client] || @default_client
0 commit comments