diff --git a/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go b/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go
index 79fdee9..301be36 100644
--- a/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go
+++ b/src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go
@@ -356,8 +356,9 @@ func itemToHTML(feed *gofeed.Feed, item gofeed.Item) gomatrix.HTMLMessage {
Format: "org.matrix.custom.html",
FormattedBody: fmt.Sprintf("%s:
%s",
html.EscapeString(feed.Title), html.EscapeString(item.Link), html.EscapeString(item.Title)),
- // FeedTitle:
- // Title of the Entry, as a Link to It
+ // FeedTitle:
+ //
+ // Title of the Entry
}
}