fix: typos in comment section of in_app_purchase.mm (#41788)

fix 2 typo

Signed-off-by: Michael Seibt <github@roboschmie.de>
This commit is contained in:
RoboSchmied 2024-04-10 17:54:56 +02:00 committed by GitHub
parent 43a9f70d19
commit 41ba963392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,10 +79,10 @@
} }
/** /**
* Process product informations and start the payment. * Process product information and start the payment.
* *
* @param request - The product request. * @param request - The product request.
* @param response - The informations about the list of products. * @param response - The information about the list of products.
*/ */
- (void)productsRequest:(SKProductsRequest*)request - (void)productsRequest:(SKProductsRequest*)request
didReceiveResponse:(SKProductsResponse*)response { didReceiveResponse:(SKProductsResponse*)response {