1
0
mirror of https://github.com/Rudi9719/loggy.git synced 2026-08-21 21:50:18 +00:00

Misspelling

This commit is contained in:
2020-10-30 10:45:06 -04:00
parent 77464827c1
commit 35d9b032ab
+1 -1
View File
@@ -14,7 +14,7 @@ type LogLevel int
const (
// Debug output and below
Debug LogLevel = 5
// Info ouput and below
// Info output and below
Info LogLevel = 4
// Warnings and below
Warnings LogLevel = 3