Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgeorge committed Oct 13, 2023
1 parent 966eeb8 commit 7eae320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messenger/twilio.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (t twilioMessenger) Close() error {
return nil
}

// NewPinpoint creates new instance of pinpoint
// NewTwilio creates new instance of twilio
func NewTwilio(cfg []byte, l *onelog.Logger) (Messenger, error) {
var c twilioCfg
if err := json.Unmarshal(cfg, &c); err != nil {
Expand Down

0 comments on commit 7eae320

Please sign in to comment.