From 26f115d6f96b61e8cd0c0c783da64c761fe9ec66 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 2 Nov 2016 14:47:19 +0000 Subject: [PATCH] Appease golint --- src/github.com/matrix-org/go-neb/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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