We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9cac2 + 3bf3db3 commit a6d6adcCopy full SHA for a6d6adc
src/hackney_headers_new.erl
@@ -57,7 +57,7 @@ from_list(HeadersList) when is_list(HeadersList) ->
57
from_list(_) -> erlang:error(badarg).
58
59
%% @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.
+%% if the key has not been recorded the list will be created with the value as the first item.
61
-spec append(key(), value(), headers()) -> headers().
62
append(Key, Value, {N, Headers}) ->
63
KL = ?kl(Key),
0 commit comments