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:
Marco
2025-01-06 08:31:06 +00:00
committed by GitHub
co-authored by Marko Alex | Skip
parent 93282e101d
commit 24580eae9c
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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