chore: fix function name in comment

Signed-off-by: goodfirm <fanyishang@yeah.net>
This commit is contained in:
goodfirm 2024-04-10 14:27:01 +08:00 committed by Frédéric Guillot
parent 38b80d96ea
commit 4ab0d9422d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"miniflux.app/v2/internal/model"
)
// PushEntry pushes entries to matrix chat using integration settings provided
// PushEntries pushes entries to matrix chat using integration settings provided
func PushEntries(feed *model.Feed, entries model.Entries, matrixBaseURL, matrixUsername, matrixPassword, matrixRoomID string) error {
client := NewClient(matrixBaseURL)
discovery, err := client.DiscoverEndpoints()