From 0e5512ad35ef9b0ef7f6d3b5d5abeaac9acc5613 Mon Sep 17 00:00:00 2001 From: Gavrilikhin Daniil Date: Sun, 7 May 2023 08:59:16 +0800 Subject: [PATCH] Add dot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kat Marchán --- src/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.rs b/src/protocol.rs index c471b74..fd5f7b1 100644 --- a/src/protocol.rs +++ b/src/protocol.rs @@ -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, }