Unverified Commit 0b4e086e authored by Jon Huhn's avatar Jon Huhn Committed by GitHub
Browse files

Fix typo in message.go

Showing with 1 addition and 1 deletion
+1 -1
...@@ -18,7 +18,7 @@ package support ...@@ -18,7 +18,7 @@ package support
import "fmt" import "fmt"
// Severity indicatest the severity of a Message. // Severity indicates the severity of a Message.
const ( const (
// UnknownSev indicates that the severity of the error is unknown, and should not stop processing. // UnknownSev indicates that the severity of the error is unknown, and should not stop processing.
UnknownSev = iota UnknownSev = iota
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment