浏览代码

Fix typo in code comment

Iulian Onofrei 5 年之前
父节点
当前提交
f6d7745a67
共有 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.
          *