Improve DateCreated() comment

This commit is contained in:
Michael Mayer 2019-06-03 16:32:26 +02:00
parent a38fe29953
commit cc4de67c3c

View file

@ -132,7 +132,7 @@ func NewMediaFile(filename string) (*MediaFile, error) {
return instance, nil
}
// DateCreated returns the date on which a mediafile was created.
// DateCreated returns the date on which the media file was created.
func (m *MediaFile) DateCreated() time.Time {
if !m.dateCreated.IsZero() {
return m.dateCreated