We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672856f commit 305558fCopy full SHA for 305558f
client.go
@@ -87,6 +87,6 @@ func (c Client) Send(sender string, to string, message string) error {
87
return errors.New(response.Description)
88
}
89
90
- //No errors occured
+ //No errors occurred
91
return nil
92
0 commit comments