Browse Source

docs: fix the type information in in-app-purchase

Method returns Boolean, Manually confirmed the
correctness by running `npm run create-api-json`.
Stephan Lee 7 years ago
parent
commit
6646ef71da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/in-app-purchase.md

+ 1 - 1
docs/api/in-app-purchase.md

@@ -41,7 +41,7 @@ Retrieves the product descriptions.
 
 ### `inAppPurchase.canMakePayments()`
 
-Returns `true` if the user can make a payment and `false` otherwise.
+Returns `Boolean`, whether a user can make a payment.
 
 ### `inAppPurchase.getReceiptURL()`