From 98d65cbda1c7250df97f65073b289df96a5bcc10 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Tue, 28 Jan 2025 10:01:34 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Shon Feder Signed-off-by: Marek Kubica --- doc/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index e561aca841d..d390b2076de 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -171,7 +171,7 @@ directory - not the project root. If the library defines a ``name`` distinct fro its ``public_name`` then that can be used interchangeably with the ``public_name`` in this command. -Why are files and directories whose names begin with "." (period) are ignored by ``source_tree``? +Why does ``source_tree`` ignore files and directories when they begin with a "." (period)? ================================================================================================= Dune's default behaviour is to ignore files and directories starting with "." @@ -224,7 +224,7 @@ In this case you can update it to look like this: (dirs :standard .cargo \ target) (data_only_dirs vendor) -How can I write inline tests in a package without my users needing to install ``ppx_inline_test``? +Why can't I write inline tests in a package without users needing to install ``ppx_inline_test``? ================================================================================================== If you came to OCaml from Rust and noticed that Dune has a feature for running