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

Commit faaceb0

Browse files
committed
Re-worded doc-comment.
1 parent 12d3dd7 commit faaceb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_queue_delegate_wrapper.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import '../../store_kit_wrappers.dart';
1010
/// The payment queue delegate can be implementated to provide information
1111
/// needed to complete transactions.
1212
///
13-
/// The [SKPaymentQueueDelegateWrapper] is only available on iOS 13 and higher.
14-
/// Using the delegate on older iOS version or on macOS will be ignored.
13+
/// The [SKPaymentQueueDelegateWrapper] is available on macOS and iOS 13+.
14+
/// Usage with versions below iOS 13 and macOS are ignored.
1515
abstract class SKPaymentQueueDelegateWrapper {
1616
/// Called by the system to check whether the transaction should continue if
1717
/// the device's App Store storefront has changed during a transaction.

0 commit comments

Comments
 (0)