Skip to content

Commit b42dfd5

Browse files
committed
Fix typo in the docs
1 parent 7c10b7d commit b42dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hpax.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ defmodule HPAX do
145145
end
146146

147147
@doc """
148-
Ecnodes a list of headers through the given table, applying the same `action` to all of them.
148+
Encodes a list of headers through the given table, applying the same `action` to all of them.
149149
150150
This function is the similar to `encode/2`, but `headers` are `{name, value}` tuples instead,
151151
and the same `action` is applied to all headers.

0 commit comments

Comments
 (0)