From a71f4ec540ed75310ac1077d93aacf1d60bf308d Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 13 Nov 2014 20:16:16 +0100 Subject: Move conjugate_verb_to_be next to cString.plural. --- lib/cString.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/cString.mli') diff --git a/lib/cString.mli b/lib/cString.mli index 6aa10875ca..d7afd13160 100644 --- a/lib/cString.mli +++ b/lib/cString.mli @@ -47,6 +47,9 @@ sig val plural : int -> string -> string (** [plural n s] adds a optional 's' to the [s] when [2 <= n]. *) + val conjugate_verb_to_be : int -> string + (** [conjugate_verb_to_be] returns "is" when [n=1] and "are" otherwise *) + val ordinal : int -> string (** Generate the ordinal number in English. *) -- cgit v1.2.3