diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.fr> | 2018-05-30 12:16:25 +0200 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.fr> | 2018-05-30 12:16:25 +0200 |
commit | ea9e591fdfe719aa9662c2f21d78a6df3406cf3f (patch) | |
tree | 476fee13f5fc103c605c2ce8f95fd9bcb88b8e13 /tactics | |
parent | 81535edc4b21015bd63d23e57ca9d707b4b71f6b (diff) |
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) *) |