diff options
| author | Hugo Herbelin | 2014-11-13 20:16:16 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2014-11-13 21:40:37 +0100 |
| commit | a71f4ec540ed75310ac1077d93aacf1d60bf308d (patch) | |
| tree | 57652da2832c84d1895cbc13494a595e402ebfa1 /lib/cString.mli | |
| parent | 014e5ac92a2338f8820be63618c5b0dd631744de (diff) | |
Move conjugate_verb_to_be next to cString.plural.
Diffstat (limited to 'lib/cString.mli')
| -rw-r--r-- | lib/cString.mli | 3 |
1 files changed, 3 insertions, 0 deletions
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. *) |
