Skip to content
Snippets Groups Projects
Commit b861c4d4 authored by Thibault Martin's avatar Thibault Martin
Browse files

[Doc] Fix typo

parent 0dd1f4d3
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ type parsed_result =
[Error msg] if the parsing fails, where [msg] is the error message. *)
val parse : string -> (parsed_result, string) result
(** Calls {!parse} and evaluates the reuslt type.
(** Calls {!parse} and evaluates the result type.
@raise Log.AbortError if the parsing fails. *)
val parse_exn : string -> parsed_result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment