Skip to content

Commit 3bf3db3

Browse files
authored
trivial typo fix in documentation.
1 parent dca6478 commit 3bf3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hackney_headers_new.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ from_list(HeadersList) when is_list(HeadersList) ->
5757
from_list(_) -> erlang:error(badarg).
5858

5959
%% @doc append a new value to the list of value for the the header field
60-
%% if the key has not been recorded the list will be created witht eh value as the first item.
60+
%% if the key has not been recorded the list will be created with the value as the first item.
6161
-spec append(key(), value(), headers()) -> headers().
6262
append(Key, Value, {N, Headers}) ->
6363
KL = ?kl(Key),

0 commit comments

Comments
 (0)