Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Shon Feder <[email protected]>
  • Loading branch information
shonfeder committed Sep 6, 2021
1 parent b1354d7 commit f1a995a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune_engine/package.mli
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module Info : sig

val maintainers : t -> string list option

(** Default package info (e.g., fore use in initializaing projects) *)
(** Default package info (e.g., for project initialization ) *)
val default : t

val empty : t
Expand Down Expand Up @@ -177,7 +177,7 @@ val hash : t -> int

val is_opam_file : Path.t -> bool

(** Construct a default package (e.g., for projects initialization) *)
(** Construct a default package (e.g., for project initialization) *)
val default : string -> Path.Source.t -> t

(** Construct a package description from an opam file. *)
Expand Down

0 comments on commit f1a995a

Please sign in to comment.