reader/readingtime: fix incorrect package name

This commit is contained in:
Zhizhen He 2024-05-22 09:12:24 +08:00 committed by GitHub
parent 96f7e8bae0
commit ae432bc9c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
// Package readtime provides a function to estimate the reading time of an article.
// Package readingtime provides a function to estimate the reading time of an article.
package readingtime
import (