Skip to content

Commit de6a8d0

Browse files
authored
Merge pull request #11 from Achavesm/fix-nearMathPercent-misspelling
Fix nearMatchPercent misspelling
2 parents fc313ab + 7e04020 commit de6a8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alugha/ima",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A library for asynchronously loading the Google IMA SDK with static typing for the SDK",
55
"license": "MIT",
66
"author": "Niklas Korz <[email protected]>",

src/ima.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ export namespace google {
10421042
/**
10431043
* The near fit percent set by the user.
10441044
*/
1045-
public nearMatchParent: number;
1045+
public nearMatchPercent: number;
10461046
/**
10471047
* Resource type setting set by the user.
10481048
*/

0 commit comments

Comments
 (0)