aboutsummaryrefslogtreecommitdiff
path: root/lib/stateid.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stateid.mli')
-rw-r--r--lib/stateid.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stateid.mli b/lib/stateid.mli
index 4563710f84..00acc962a2 100644
--- a/lib/stateid.mli
+++ b/lib/stateid.mli
@@ -42,7 +42,7 @@ type ('a,'b) request = {
name : string
}
-(* Asks the document manager is the given state is valid (or belongs to an
+(* Asks the document manager if the given state is valid (or belongs to an
old version of the document) *)
val is_valid : doc:int -> t -> bool