Explorar o código

Fix typo in code comment

Iulian Onofrei %!s(int64=5) %!d(string=hai) anos
pai
achega
f6d7745a67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/SwiftyStoreKit/PaymentQueueController.swift

+ 1 - 1
Sources/SwiftyStoreKit/PaymentQueueController.swift

@@ -225,7 +225,7 @@ class PaymentQueueController: NSObject, SKPaymentTransactionObserver {
          * Failed transactions only ever belong to queued payment requests.
          * restoreCompletedTransactionsFailedWithError is always called when a restore purchases request fails.
          * paymentQueueRestoreCompletedTransactionsFinished is always called following 0 or more update transactions when a restore purchases request succeeds.
-         * A complete transactions handler is require to catch any transactions that are updated when the app is not running.
+         * A complete transactions handler is required to catch any transactions that are updated when the app is not running.
          * Registering a complete transactions handler when the app launches ensures that any pending transactions can be cleared.
          * If a complete transactions handler is missing, pending transactions can be mis-attributed to any new incoming payments or restore purchases.
          *