chore: fix grammatical errors in log package comments (#25155)

This commit is contained in:
maksneprik
2025-08-12 17:44:55 +00:00
committed by GitHub
parent 7032eadf9b
commit cff39886e5
13 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package errors
import "fmt"
// AssertNil panics on error
// Should be only used with interface methods, which require return error, but the
// Should only be used with interface methods, which require return error, but the
// error is always nil
func AssertNil(err error) {
if err != nil {