From a398bd776593e5bbccb796357ecd6f079b30b99b Mon Sep 17 00:00:00 2001 From: Dani Dickstein Date: Tue, 14 Aug 2018 14:30:19 -0400 Subject: [PATCH] Update project-layout-specification.rst I think ``dune-project`` had an extra backtick. Signed-off-by: Dani Dickstein --- doc/project-layout-specification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/project-layout-specification.rst b/doc/project-layout-specification.rst index a926a6d5..a3de894e 100644 --- a/doc/project-layout-specification.rst +++ b/doc/project-layout-specification.rst @@ -2,7 +2,7 @@ Project Layout and Metadata Specification ***************************************** -A typical dune project will have a ```dune-project`` and one or more +A typical dune project will have a ``dune-project`` and one or more ``.opam`` file at toplevel as well as ``dune`` files wherever interesting things are: libraries, executables, tests, documents to install, etc...