Selaa lähdekoodia

reader/readingtime: fix incorrect package name

Zhizhen He 2 vuotta sitten
vanhempi
commit
ae432bc9c6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      internal/reader/readingtime/readingtime.go

+ 1 - 1
internal/reader/readingtime/readingtime.go

@@ -1,7 +1,7 @@
 // SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
 // SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
 // SPDX-License-Identifier: Apache-2.0
 // 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
 package readingtime
 
 
 import (
 import (