Skip to content

Commit

Permalink
fix: setup_alias doc comment (#10704)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Große <max12.gro@gmail.com>
  • Loading branch information
maxRN authored Jul 9, 2024
1 parent 7c423c5 commit 30add83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/format_rules.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open Import
val gen_rules : Super_context.t -> output_dir:Path.Build.t -> unit Memo.t

(** This must be called from the main directory, i.e. the ones containing the
source files and the the [formatted_dir_basename] sub-directory. *)
source files and the [formatted_dir_basename] sub-directory. *)
val setup_alias : dir:Path.Build.t -> unit Memo.t

val formatted_dir_basename : Filename.t

0 comments on commit 30add83

Please sign in to comment.