From 382e1b9e7a33ad25389b1ed98aa4e854880491d9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Documentation fix. --- lib/int63.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/int63.mli b/lib/int63.mli index 69fbce1..c2397fd 100644 --- a/lib/int63.mli +++ b/lib/int63.mli @@ -59,7 +59,7 @@ open Int63.Operators in your code so that you get the operators [+^], [-^] .. and the type [int63] directly, and can still use the less frequent - functions as {!Int63.logand} etc. + functions such as {!Int63.abs} etc. *) module Operators : sig -- 1.8.3.1