diff --git a/Mastodon/Scene/HomeTimeline/HomeTimelineViewModel+LoadLatestState.swift b/Mastodon/Scene/HomeTimeline/HomeTimelineViewModel+LoadLatestState.swift index 2a6f5848b..877d469e1 100644 --- a/Mastodon/Scene/HomeTimeline/HomeTimelineViewModel+LoadLatestState.swift +++ b/Mastodon/Scene/HomeTimeline/HomeTimelineViewModel+LoadLatestState.swift @@ -154,7 +154,7 @@ extension HomeTimelineViewModel.LoadLatestState { toAdd = statuses.map({ MastodonFeed.fromStatus($0.asMastodonStatus, kind: .home) }) toAdd.last?.hasMore = true } else { - /// We do not have existing items, no load more is required as there can't be a gap + /// We do not have existing items, no _Load More_ is required as there is no gap toAdd = statuses.map({ MastodonFeed.fromStatus($0.asMastodonStatus, kind: .home) }) }