Skip to content

Commit a0887f2

Browse files
committed
Update comment for itemsRows
1 parent d661937 commit a0887f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/Create Shipping Label Form/Package Details/Multi-package/ShippingLabelPackateItemViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class ShippingLabelPackageItemViewModel: ObservableObject {
1111

1212
@Published var totalWeight: String = ""
1313

14-
/// The items rows observed by the main view `ShippingLabelPackageDetails`
14+
/// The items rows observed by the main view `ShippingLabelPackageItem`
1515
///
1616
@Published private(set) var itemsRows: [ItemToFulfillRow] = []
1717

0 commit comments

Comments
 (0)