diff --git a/bot/doc.go b/bot/doc.go index db6f078..a00354d 100644 --- a/bot/doc.go +++ b/bot/doc.go @@ -2,6 +2,6 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -// Bot bot contains gorepost Bot implementation. Mostly a bunch of incoming irc +// Package bot contains gorepost Bot implementation. Mostly a bunch of incoming irc // event handlers. Might make it protocol-agnostic sometime in the future. package bot