diff options
Diffstat (limited to 'internal/storage/entry.go')
-rw-r--r-- | internal/storage/entry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/entry.go b/internal/storage/entry.go index e36646b4..0ddbeebf 100644 --- a/internal/storage/entry.go +++ b/internal/storage/entry.go @@ -442,7 +442,7 @@ func (s *Storage) ToggleBookmark(userID int64, entryID int64) error { return nil } -// FlushHistory set all entries with the status "read" to "removed". +// FlushHistory changes all entries with the status "read" to "removed". func (s *Storage) FlushHistory(userID int64) error { query := ` UPDATE |