Fix comment.

This commit is contained in:
Chris Rhodes 2016-01-21 10:59:30 -08:00
parent 8b39278c3e
commit bf5ca4d690

View file

@ -112,8 +112,7 @@ func New(args ...interface{}) (s *Session, err error) {
} }
// The Session is now able to have RestAPI methods called on it. // The Session is now able to have RestAPI methods called on it.
// It is recommended that you now call OpenAndListen so that events // It is recommended that you now call Open() so that events will trigger.
// will begin to trigger.
return return
} }