diff options
author | Florian Angeletti <florian.angeletti@inria.fr> | 2019-12-12 14:42:21 +0100 |
---|---|---|
committer | Florian Angeletti <florian.angeletti@inria.fr> | 2019-12-12 14:42:21 +0100 |
commit | 0921138b6973cb0ac79be762e0ffecb91292aeda (patch) | |
tree | 54fdb6272bdaff12e9422e03a5d402787fa0c05c /stdlib | |
parent | b621490791a9d8d9355feae8710073c38ebe6d17 (diff) | |
download | ocaml-0921138b6973cb0ac79be762e0ffecb91292aeda.tar.gz |
fix Stdlib.Lexing documentation
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/lexing.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lexing.mli b/stdlib/lexing.mli index 17085eaf3f..0dfe6656ff 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 |