Fix change some English translation in documentation

This commit is contained in:
2022-09-28 01:39:09 +08:00
parent 4070e522a0
commit 489b6dbc1b
4 changed files with 12 additions and 10 deletions

View File

@@ -300,7 +300,8 @@ class HookEntry : IYukiHookXposedInit {
object CustomHooker : YukiBaseHooker() {
override fun onHook() {
// ❗ Wrong method of use, because there is no judgment object in the outer layer, you cannot start Hook directly
// ❗ Wrong method of use
// Because there is no judgment object in the outer layer, you cannot start Hook directly
findClass(name = "com.example.demo.DemoClass").hook {
// ...
}