Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit f49982b

Browse files
committed
Typo
1 parent 8ee8cf0 commit f49982b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/main/java/com/thoo/api/utils/QueryBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.thoo.api.enums.MatchMethod
55

66
class QueryBuilder(
77
internal var searchLanguage: Language? = null,
8-
internal var mathMethod: MatchMethod ? = null,
8+
internal var matchMethod: MatchMethod ? = null,
99
internal var id: String? = null,
1010
internal var name: String? = null,
1111
internal var description: String? = null,
0 Bytes
Binary file not shown.

target/test-classes/Test.class

-110 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)