Skip to content

Commit 23ae121

Browse files
committed
Adjust comment
1 parent f08c851 commit 23ae121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/src/commonMain/kotlin/com/prof18/feedflow/shared/domain/mappers/RssChannelMapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal class RssChannelMapper(
3232
dateFormatter.getDateMillisFromString(it)
3333
} ?: dateFormatter.currentTimeMillis()
3434

35-
// Normalize future dates to current time to avoid articles with incorrect
35+
// Normalize future dates to the current time to avoid articles with incorrect
3636
// future dates always appearing at the top of the feed list
3737
val currentTimeMillis = dateFormatter.currentTimeMillis()
3838
val dateMillis = if (parsedDateMillis > currentTimeMillis) {

0 commit comments

Comments
 (0)