AndroidInAppPurchase icon indicating copy to clipboard operation
AndroidInAppPurchase copied to clipboard

Small typo in the readme

Open rankorn opened this issue 11 years ago • 0 comments

In the readme.md, in the examples part there is a small typo where an Array is defined with generic type:

var items:Array<String> = ["my.product.id1", "my.product.id2", "my.product.id3"];
var subs:Array<String> = ["my.subs.id1", "my.subs.id2", "my.subs.id3"];

Type definition should be removed.

rankorn avatar Apr 17 '14 10:04 rankorn