Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 15, 2023
1 parent 0e24594 commit 39c562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Make : functor (_ : CharEncoding.T) -> sig
(** Raised when the metadata is not valid. *)
exception Invalid

(** Metadata are represented as association lists. *)
(** Metadata are represented as association lists (name, value). *)
type metadata = (string * string) list

(** Bigarray representation of (large) tags. *)
Expand Down

0 comments on commit 39c562e

Please sign in to comment.