Преглед изворни кода

Merge pull request #575 from revolter/patch-1

Fix typo in code comment
Samuel Spencer пре 5 година
родитељ
комит
f6588ae08a
1 измењених фајлова са 1 додато и 1 уклоњено
  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.
          *