Skip to content

Commit b5259be

Browse files
authored
Fix typos (#24)
Found via `codespell -S deps,*.json -L crate`
1 parent 7eb7d6d commit b5259be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tokenizers/model.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Tokenizers.Model do
1212
@doc """
1313
Retrieves information about the model.
1414
15-
Infomration retrieved differs per model but all include `model_type`.
15+
Information retrieved differs per model but all include `model_type`.
1616
"""
1717
@spec get_model_details(model :: __MODULE__.t()) :: map()
1818
def get_model_details(model), do: model |> Native.get_model_details() |> Shared.unwrap()

lib/tokenizers/tokenizer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Tokenizers.Tokenizer do
4242
The default HTTP client config is: `{Tokenizers.HTTPClient, []}`.
4343
Since it's inspired by `Req`, it's possible to use that client without any adjustments.
4444
45-
When making request, the options `:url` and `:method` are going to be overriden.
45+
When making request, the options `:url` and `:method` are going to be overridden.
4646
`:headers` contains the "user-agent" set by default.
4747
4848
* `:revision` - The revision name that should be used for fetching the tokenizers

0 commit comments

Comments
 (0)