From 04a28435e4e3dc9467dca72abb3a8b81268df983 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 10 Oct 2011 22:53:56 +0000 Subject: Hashtbl_alt : typo in a comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14541 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/hashtbl_alt.ml | 2 +- lib/hashtbl_alt.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/hashtbl_alt.ml b/lib/hashtbl_alt.ml index e6843174ae..9e0f0decca 100644 --- a/lib/hashtbl_alt.ml +++ b/lib/hashtbl_alt.ml @@ -24,7 +24,7 @@ end module type S = sig type elt (* [may_add_and_get key constr] uses [key] to look for [constr] - in the hash table [H]. If [constr] is [H], returns the + in the hash table [H]. If [constr] is in [H], returns the specific representation that is stored in [H]. Otherwise, [constr] is stored in [H] and will be used as the canonical representation of this value in the future. *) diff --git a/lib/hashtbl_alt.mli b/lib/hashtbl_alt.mli index 96dffb2cb0..a22dbc2880 100644 --- a/lib/hashtbl_alt.mli +++ b/lib/hashtbl_alt.mli @@ -24,7 +24,7 @@ end module type S = sig type elt (* [may_add_and_get key constr] uses [key] to look for [constr] - in the hash table [H]. If [constr] is [H], returns the + in the hash table [H]. If [constr] is in [H], returns the specific representation that is stored in [H]. Otherwise, [constr] is stored in [H] and will be used as the canonical representation of this value in the future. *) -- cgit v1.2.3