diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2018-06-03 18:25:19 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2018-06-03 18:25:19 +0200 |
commit | 646c254b34c82c4d954aec9820ea872849fb2ebc (patch) | |
tree | 1d9c4dc513f74f92fa181445ba769634234a642c /tactics | |
parent | 582c1d2d152b696d0b7ec1ec8240436ae66ff326 (diff) | |
parent | ea9e591fdfe719aa9662c2f21d78a6df3406cf3f (diff) |
Merge PR #7637: Fix an outdated comment refering to lib/dnet.mli
Diffstat (limited to 'tactics')
-rw-r--r-- | tactics/term_dnet.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/term_dnet.mli b/tactics/term_dnet.mli index 2c748f9c9..7bce57789 100644 --- a/tactics/term_dnet.mli +++ b/tactics/term_dnet.mli @@ -26,7 +26,7 @@ open Mod_subst The results returned here are perfect, since post-filtering is done inside here. - See lib/dnet.mli for more details. + See tactics/dnet.mli for more details. *) (** Identifiers to store (right hand side of the association) *) |