Skip to content

Commit

Permalink
docs: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed May 30, 2024
1 parent 6ec3a0d commit 523677b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart.mld
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ include
(** A function to embed a level expression *)
let level (l : ulvl) : t = ULvl l

(** A function to check whether an expression is an embed a level expression *)
(** A function to check whether an expression is an embedded level expression *)
let unlevel : t -> ulvl option = function ULvl l -> Some l | _ -> None
end)
]}
Expand Down
2 changes: 1 addition & 1 deletion example/Domain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ include
(** A function to embed a level expression *)
let level (l : ulvl) : t = ULvl l

(** A function to check whether an expression is an embed a level expression *)
(** A function to check whether an expression is an embedded level expression *)
let unlevel : t -> ulvl option = function ULvl l -> Some l | _ -> None
end)

0 comments on commit 523677b

Please sign in to comment.