1
0
mirror of https://github.com/Rudi9719/loggy.git synced 2026-03-22 05:17:26 +00:00

Misspelling

This commit is contained in:
2020-10-30 10:45:06 -04:00
parent 77464827c1
commit 35d9b032ab

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