Fix some problem contents in documentation

This commit is contained in:
2023-01-26 01:50:50 +08:00
parent 48ca18fe39
commit 0b1e078829
15 changed files with 21 additions and 21 deletions

View File

@@ -892,7 +892,7 @@ By observing that there are two methods named `b` in `Class`, you can use the fo
```kotlin
// Assume this is an instance of this Class
val instance = Test()
// Call and execute using YukiHook API
// Call and execute using YukiHookAPI
Test::class.java.method {
name = "b"
}.all(instance).forEach { instance ->