Co-authored-by: Kat Marchán <kzm@zkat.tech>
This commit is contained in:
Gavrilikhin Daniil 2023-05-07 08:59:16 +08:00 committed by GitHub
parent 7c4dd12d8d
commit 0e5512ad35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ pub enum Severity {
/// Warning. Please take note.
Warning,
/// Critical failure. The program cannot continue.
/// This is the default severity, if you don't specify another one
/// This is the default severity, if you don't specify another one.
Error,
}