From c8ccd5eb694301828f7c4fe9258423bf935aabf9 Mon Sep 17 00:00:00 2001 From: louisehsu Date: Thu, 29 Aug 2024 14:16:34 -0700 Subject: [PATCH] . --- .../lib/src/types/app_store_product_details.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_product_details.dart b/packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_product_details.dart index c36a2d94ded8..f0ab7257b375 100644 --- a/packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_product_details.dart +++ b/packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_product_details.dart @@ -44,7 +44,7 @@ class AppStoreProductDetails extends ProductDetails { final SKProductWrapper skProduct; } -/// The class represents the information of a product as registered in the Apple +/// The class represents the information of a StoreKit2 product as registered in the Apple /// AppStore. class AppStoreProduct2Details extends ProductDetails { /// Creates a new AppStore specific product details object with the provided