Skip to content

Commit

Permalink
docs(Reporter): fix the example
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Oct 23, 2023
1 parent 1836e38 commit 2122915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReporterSigs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sig
Example:
{[
Reporter.fatalf FileError "failed to write the password %s on the screen" file_path
Reporter.fatalf SecurityTooStrict "failed to write the password %s on the screen" password
]}
@param severity The severity (to overwrite the default severity inferred from the [message]).
Expand Down

0 comments on commit 2122915

Please sign in to comment.