From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 29 Apr 2008 15:15:19 +0000 (+0100) Subject: Documentation fix. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=382e1b9e7a33ad25389b1ed98aa4e854880491d9;p=virt-df.git Documentation fix. --- 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