diff --git a/src/github.com/matrix-org/go-neb/api/api.go b/src/github.com/matrix-org/go-neb/api/api.go index 5ee438c..cbb8687 100644 --- a/src/github.com/matrix-org/go-neb/api/api.go +++ b/src/github.com/matrix-org/go-neb/api/api.go @@ -76,7 +76,7 @@ type ClientConfig struct { DisplayName string } -// Sessions contain the complete auth session information for a given user on a given realm. +// Session contains the complete auth session information for a given user on a given realm. // They are created for use with ConfigFile. type Session struct { SessionID string