diff options
Diffstat (limited to '')
-rw-r--r-- | compiler/InterpreterExpansion.mli | 2 |
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 |