From c95a8882070e75a40acf07e93418fccb97cd26ed Mon Sep 17 00:00:00 2001 From: Richard L Ford Date: Tue, 7 Mar 2023 10:21:39 -0500 Subject: [PATCH] Update doc/sites.rst Co-authored-by: Christine Rose Signed-off-by: Richard L Ford --- doc/sites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sites.rst b/doc/sites.rst index 289a8b2e9fb6..07fe7fd9b5cd 100644 --- a/doc/sites.rst +++ b/doc/sites.rst @@ -258,7 +258,7 @@ The generated module `sites` depends here also on the library If the executable being created is an OCaml toplevel, then the ``libraries`` stanza needs to also include the ``dune-site.toplevel`` library. This causes the loading to use the toplevel's normal loading -mechanism rather than Dynload.loadfile (which is not allowed in +mechanism rather than ``Dynload.loadfile`` (which is not allowed in toplevels). - The module ``registration.ml`` of the library ``app.registration``: