Skip to content

Commit a6d6adc

Browse files
authored
Merge pull request #467 from roques/patch-1
trivial typo fix in documentation.
2 parents 6c9cac2 + 3bf3db3 commit a6d6adc

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)