fix Stdlib.Lexing documentation

master
Florian Angeletti 2019-12-12 14:42:21 +01:00
parent b621490791
commit 0921138b69
1 changed files with 1 additions and 1 deletions

View File

@ -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