Small change

This commit is contained in:
Jason Streifling 2024-10-15 17:35:48 +02:00
parent a021de6e66
commit 215a002992

View File

@ -101,7 +101,7 @@ func (f *Feed) AddEntry(e *Entry) {
} }
} }
// Check checks the feed for incompatibilities with the Atom standard. // Check checks the feed for incompatibilities with RFC4287.
func (f *Feed) Check() error { func (f *Feed) Check() error {
if f.ID == nil { if f.ID == nil {
return errors.New("no id element of feed") return errors.New("no id element of feed")