Skip to content

Commit f9a0a4a

Browse files
authored
doc: fix typo in function description (#2738)
1 parent 9a9e7b7 commit f9a0a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/middleware/stored_session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (s *storedSessionLoader) loadSession(next http.Handler) http.Handler {
105105
}
106106

107107
// getValidatedSession is responsible for loading a session and making sure
108-
// that is is valid.
108+
// that it is valid.
109109
func (s *storedSessionLoader) getValidatedSession(rw http.ResponseWriter, req *http.Request) (*sessionsapi.SessionState, error) {
110110
session, err := s.store.Load(req)
111111
if err != nil || session == nil {

0 commit comments

Comments
 (0)