Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d72cebd

Browse files
authored
Typos in comments (#2846)
1 parent fd52de8 commit d72cebd

File tree

1 file changed

+1
-1
lines changed
  • packages/in_app_purchase/example/lib

1 file changed

+1
-1
lines changed

packages/in_app_purchase/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class _MyAppState extends State<_MyApp> {
343343
}
344344

345345
void deliverProduct(PurchaseDetails purchaseDetails) async {
346-
// IMPORTANT!! Always verify a purchase purchase details before delivering the product.
346+
// IMPORTANT!! Always verify purchase details before delivering the product.
347347
if (purchaseDetails.productID == _kConsumableId) {
348348
await ConsumableStore.save(purchaseDetails.purchaseID!);
349349
List<String> consumables = await ConsumableStore.load();

0 commit comments

Comments
 (0)