refactor: fix typo in AsstCaller.h

Aysnc -> Async
This commit is contained in:
Ikko Eltociear Ashimine
2023-07-16 13:10:15 +09:00
committed by GitHub
parent 19e2061b8a
commit 451389e110

View File

@@ -47,7 +47,7 @@ extern "C"
AsstBool ASSTAPI AsstRunning(AsstHandle handle);
AsstBool ASSTAPI AsstConnected(AsstHandle handle);
/* Aysnc with AsstMsg::AsyncCallInfo Callback*/
/* Async with AsstMsg::AsyncCallInfo Callback*/
AsstAsyncCallId ASSTAPI AsstAsyncConnect(AsstHandle handle, const char* adb_path, const char* address,
const char* config, AsstBool block);
AsstAsyncCallId ASSTAPI AsstAsyncClick(AsstHandle handle, int32_t x, int32_t y, AsstBool block);