Skip to content

Commit

Permalink
system: fix apply_cygpath documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Feb 19, 2024
1 parent e2b5ebc commit c0b9b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/opamSystem.mli
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ val get_cygpath_function: command:string -> (string -> string) lazy_t
val get_cygpath_path_transform: (pathlist:bool -> string -> string) lazy_t

(** [apply_cygpath path] applies the `cygpath` command to [name] using
`cygpath -- name`. `cygpath` is resolved with default environment
in the function. *)
`cygpath -- name`. *)
val apply_cygpath: string -> string

(** [command cmd] executes the command [cmd] in the correct OPAM
Expand Down

0 comments on commit c0b9b66

Please sign in to comment.