docs: Correct grammar errors across multiple files (#23074)
Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
co-authored by
Marko
Alex | Skip
parent
93282e101d
commit
24580eae9c
+1
-1
@@ -105,7 +105,7 @@ func (e Error) Codespace() string {
|
||||
// it will be labeled as internal error.
|
||||
//
|
||||
// If err is nil, this returns nil, avoiding the need for an if statement when
|
||||
// wrapping a error returned at the end of a function
|
||||
// wrapping an error returned at the end of a function
|
||||
func Wrap(err error, description string) error {
|
||||
if err == nil {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user