aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGaƫtan Gilbert2021-01-27 15:29:32 +0100
committerGitHub2021-01-27 15:29:32 +0100
commit4d6c244ca6003991d6a3932461c5b1034e32b8f4 (patch)
tree254e8f190cb63b00f2b1f448b6c6844342bbfe2f /lib
parentbe070cfb10a59be13a478a7efbf92dd3e22401ed (diff)
Typo in comment
Co-authored-by: Enrico Tassi <Enrico.Tassi@inria.fr>
Diffstat (limited to 'lib')
-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