Skip to content

Commit

Permalink
Merge pull request #110 from anmonteiro/patch-5
Browse files Browse the repository at this point in the history
Fix more `httpaf.mli` typos
  • Loading branch information
seliopou authored Mar 26, 2019
2 parents 8f2e42c + 01d1bd1 commit f50147b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/httpaf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end
and what is expected by the client as a successful result.
See {{:https://tools.ietf.org/html/rfc7231#section-4} RFC7231§4} for more
detials. *)
details. *)
module Method : sig
type standard = [
| `GET
Expand Down Expand Up @@ -353,8 +353,8 @@ module Headers : sig
following equations should hold:
{ul
{- [to_list (of__rev_list lst) = List.rev lst] }
{- [get (of_list [("k", "v1"); ("k", "v2")]) "k" = Some "v1"]. }} *)
{- [to_list (of_rev_list lst) = List.rev lst] }
{- [get (of_rev_list [("k", "v1"); ("k", "v2")]) "k" = Some "v1"]. }} *)

val to_list : t -> (name * value) list
(** [to_list t] is the association list of header fields contained in [t] in
Expand Down

0 comments on commit f50147b

Please sign in to comment.