Skip to content

Commit 74eed2a

Browse files
Update WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Service/BlogDashboardService.swift
Co-authored-by: Momo Ozawa <momo-ozawa@users.noreply.github.com>
1 parent a707eb2 commit 74eed2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Service/BlogDashboardService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BlogDashboardService {
5858
}
5959

6060
private extension BlogDashboardService {
61-
/// Cards are a special case: they might not be a 1-1 relation
61+
/// Posts are a special case: they might not be a 1-1 relation
6262
/// If the user has draft and scheduled posts, we show two cards
6363
/// One for each. This function takes care of this
6464
func parsePostCard(_ posts: NSDictionary) -> ([DashboardCardSection], [DashboardCardModel]) {

0 commit comments

Comments
 (0)