Skip to content

Commit

Permalink
docs(Logger): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Sep 24, 2023
1 parent 7d46e57 commit 8567b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LoggerSigs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sig

(** {2 Sending Diagnostics} *)

(** [emit code str] emits a string and continue the computation.
(** [emit code str] emits a string and continues the computation.
Example:
{[
Expand All @@ -18,7 +18,7 @@ sig
*)
val emit : ?severity:Diagnostic.severity -> ?loc:Span.t -> ?backtrace:Diagnostic.backtrace -> ?additional_messages:Diagnostic.message list -> Code.t -> string -> unit

(** [emitf code format ...] formats and emits a message, and then continue the computation. Note that there should not be any literal control characters. See {!type:Diagnostic.text}.
(** [emitf code format ...] formats and emits a message, and then continues the computation. Note that there should not be any literal control characters. See {!type:Diagnostic.text}.
Example:
{[
Expand Down

0 comments on commit 8567b96

Please sign in to comment.