Browse Source

docs: fix the type information in in-app-purchase (#12824)

Method returns Boolean, Manually confirmed the
correctness by running `npm run create-api-json`.
trop[bot] 7 years ago
parent
commit
f39cc1cc46
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

@@ -30,7 +30,7 @@ The `inAppPurchase` module has the following methods:
 
 ### `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()`