chore: fix grammatical errors in log package comments (#25155)
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user