aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorjforest2006-06-12 16:54:44 +0000
committerjforest2006-06-12 16:54:44 +0000
commitd47db577e2684f354819be7b78e1ad7191987734 (patch)
tree09aae0fcdbf1c0c9d5e7ef705756ce6a37567b87 /tactics
parent2cb292c65e48d2af6395bc2dbdaf4d55848c8f31 (diff)
Updating documentation of replace and correcting a typo in error message of replace.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8950 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r--tactics/equality.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/equality.ml b/tactics/equality.ml
index ea7967bb1d..f51751359e 100644
--- a/tactics/equality.ml
+++ b/tactics/equality.ml
@@ -201,7 +201,7 @@ let abstract_replace clause c2 c1 unsafe tac gl =
]
] gl
else
- error "terms does not have convertible types"
+ error "terms do not have convertible types"
let replace c2 c1 gl = abstract_replace None c2 c1 false tclIDTAC gl