Skip to content

Commit

Permalink
remove double underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Nuno Monteiro authored Mar 25, 2019
1 parent b45a178 commit e80ad4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/httpaf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,11 @@ module Headers : sig
(** [of_list assoc] is a collection of header fields defined by the
association list [assoc]. [of_list] assumes the order of header fields in
[assoc] is the {i reverse} of the intended trasmission order. The
following equations should hold:
following equations should
hold:
{ul
{- [to_list (of__rev_list lst) = List.rev lst] }
{- [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
Expand Down

0 comments on commit e80ad4a

Please sign in to comment.