summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpansion.ml
diff options
context:
space:
mode:
authorSon Ho2023-01-06 01:21:48 +0100
committerSon HO2023-02-03 11:21:46 +0100
commit2935706e2670a6aad0a01f4ffa29803574a687ed (patch)
treef96485ca3cba8a8427d300bb2a8b00e8284b5d72 /compiler/InterpreterExpansion.ml
parenta2e52dd8e4f53600c74744026aeae15d99d104b0 (diff)
Fix the comments for ocamldoc
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterExpansion.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterExpansion.mli b/compiler/InterpreterExpansion.mli
index a75f88fd..b9165ecb 100644
--- a/compiler/InterpreterExpansion.mli
+++ b/compiler/InterpreterExpansion.mli
@@ -96,6 +96,6 @@ val expand_symbolic_int :
m_fun
(** If this mode is activated through the [config], greedily expand the symbolic
- values which need to be expanded. See {!C.config} for more information.
+ values which need to be expanded. See {!type:C.config} for more information.
*)
val greedy_expand_symbolic_values : C.config -> cm_fun