Skip to content

Commit

Permalink
Merge pull request ocaml#13363 from jmid/domain-dls-doc-layout
Browse files Browse the repository at this point in the history
Remove spurious comma from Domain.DLS.new_key documentation
  • Loading branch information
gasche authored Aug 6, 2024
2 parents 779ab83 + d3ec53a commit c184fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/domain.mli
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module DLS : sig

val new_key : ?split_from_parent:('a -> 'a) -> (unit -> 'a) -> 'a key
(** [new_key f] returns a new key bound to initialiser [f] for accessing
, domain-local variables.
domain-local variables.
If [split_from_parent] is not provided, the value for a new
domain will be computed on-demand by the new domain: the first
Expand Down

0 comments on commit c184fde

Please sign in to comment.