From 0921138b6973cb0ac79be762e0ffecb91292aeda Mon Sep 17 00:00:00 2001 From: Florian Angeletti Date: Thu, 12 Dec 2019 14:42:21 +0100 Subject: [PATCH] fix Stdlib.Lexing documentation --- stdlib/lexing.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/lexing.mli b/stdlib/lexing.mli index 17085eaf3..0dfe6656f 100644 --- a/stdlib/lexing.mli +++ b/stdlib/lexing.mli @@ -110,7 +110,7 @@ val from_function : ?with_positions:bool -> (bytes -> int -> int) -> lexbuf val set_position : lexbuf -> position -> unit (** Set the initial tracked input position for [lexbuf] to a custom value. - Ignores [pos_fname]. See {!set_file} for changing this field. + Ignores [pos_fname]. See {!set_filename} for changing this field. @since 4.11 *) val set_filename: lexbuf -> string -> unit