summaryrefslogtreecommitdiff
path: root/stdlib/parsing.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2004-04-14 15:37:30 +0000
committerDamien Doligez <damien.doligez-inria.fr>2004-04-14 15:37:30 +0000
commit63233b1a797f4aa68ec1c04f1b24fe253f806713 (patch)
tree38fd534871076ebb72388c241a3ce8258879447d /stdlib/parsing.mli
parentbfe541d754d4cc3773f95ee96b78bc0a1b5165c3 (diff)
downloadocaml-63233b1a797f4aa68ec1c04f1b24fe253f806713.tar.gz
PR#2275
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6205 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/parsing.mli')
-rw-r--r--stdlib/parsing.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/parsing.mli b/stdlib/parsing.mli
index 6045c18d36..c6dc8e3212 100644
--- a/stdlib/parsing.mli
+++ b/stdlib/parsing.mli
@@ -30,7 +30,7 @@ val rhs_start : int -> int
(** Same as {!Parsing.symbol_start} and {!Parsing.symbol_end}, but
return the offset of the string matching the [n]th item on the
right-hand side of the rule, where [n] is the integer parameter
- to [lhs_start] and [lhs_end]. [n] is 1 for the leftmost item. *)
+ to [rhs_start] and [rhs_end]. [n] is 1 for the leftmost item. *)
val rhs_end : int -> int
(** See {!Parsing.rhs_start}. *)