Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 18, 2024
1 parent 6fe53e8 commit 489bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func LevelAlignedString(l slog.Level) string {
}
}

// LevelString returns a 5-character string containing the name of a Lvl.
// LevelString returns a string containing the name of a Lvl.
func LevelString(l slog.Level) string {
switch l {
case LevelTrace:
Expand Down

0 comments on commit 489bbbf

Please sign in to comment.