Olmrzklv 5 年之前
父节点
当前提交
139b3ed90b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      SwiftyStoreKit/InAppReceipt.swift
  2. 1 1
      SwiftyStoreKit/SwiftyStoreKit.swift

+ 1 - 1
SwiftyStoreKit/InAppReceipt.swift

@@ -170,7 +170,7 @@ internal class InAppReceipt {
     }
     
     /**
-     *  Get the distintc product identifiers from receipt.
+     *  Get the distinct product identifiers from receipt.
      *
      *  This Method extracts all product identifiers. (Including cancelled ones).
      *  - Note: You can use this method to get all unique product identifiers from receipt.

+ 1 - 1
SwiftyStoreKit/SwiftyStoreKit.swift

@@ -313,7 +313,7 @@ extension SwiftyStoreKit {
     }
     
     /**
-     *  Get the distintc product identifiers from receipt.
+     *  Get the distinct product identifiers from receipt.
      *
      *  This Method extracts all product identifiers. (Including cancelled ones).
      *  - Note: You can use this method to get all unique product identifiers from receipt.