Skip to content

Commit

Permalink
Typo (reported by Daniel Bünzli)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Apr 26, 2024
1 parent 8b6b7cf commit 51c152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/printexc.mli
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ val register_printer: (exn -> string option) -> unit

val use_printers: exn -> string option
(** [Printexc.use_printers e] returns [None] if there are no registered
printers and [Some s] with else as the resulting string otherwise.
printers and [Some s] with [s] the resulting string otherwise.
@since 4.09
*)

Expand Down

0 comments on commit 51c152a

Please sign in to comment.