Skip to content

Commit

Permalink
fix comment typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Nov 23, 2023
1 parent c850712 commit d088c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerologlint.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func run(pass *analysis.Pass) (interface{}, error) {
}
}
// At the end, if the set is clear -> ok.
// Otherwise, there must be a left zerolog.Event var that weren't dispached. So report it.
// Otherwise, there must be a left zerolog.Event var that weren't dispatched. So report it.
for k := range set {
pass.Reportf(k.Pos(), "must be dispatched by Msg or Send method")
}
Expand Down

0 comments on commit d088c2c

Please sign in to comment.