Skip to content

Commit

Permalink
Fix function reference in interface docs
Browse files Browse the repository at this point in the history
wchargin-branch: sub_lexeme-docs
  • Loading branch information
wchargin committed May 23, 2018
1 parent 6c30cc0 commit e6bb2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sedlexing.mli
Expand Up @@ -119,7 +119,7 @@ val lexeme_char: lexbuf -> int -> Uchar.t
the matched string. *)

val sub_lexeme: lexbuf -> int -> int -> Uchar.t array
(** [Sedlexing.lexeme lexbuf pos len] returns a substring of the string
(** [Sedlexing.sub_lexeme lexbuf pos len] returns a substring of the string
matched by the regular expression as an array of Unicode code point. *)

val rollback: lexbuf -> unit
Expand Down

0 comments on commit e6bb2a2

Please sign in to comment.