Merge pull request #281 from aantron/nits

Fix typo
This commit is contained in:
Rudi Grinberg 2017-10-11 15:41:34 -04:00 committed by GitHub
commit 9326c412d9
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ val library_not_found : ?context:string -> ?hint:string -> string -> _
(** [\["-g"\]] if [!Clflags.g] and [\[\]] otherwise *)
val g : unit -> string list
(** Similar to [String.find] but with a better error message in case of failure *)
(** Similar to [String_map.find] but with a better error message in case of
failure. *)
val find_module : dir:Path.t -> 'a String_map.t -> string -> 'a
val find_deps : dir:Path.t -> 'a String_map.t -> string -> 'a