Modify change documentation file style

This commit is contained in:
2022-09-06 01:29:36 +08:00
parent eace4fed6d
commit 5eff2262c5
2 changed files with 2 additions and 10 deletions

View File

@@ -185,7 +185,7 @@ TestClass.hook {
> 示例如下
```kotlin
("$packageName.TestClass").hook {
"$packageName.TestClass".hook {
injectMember {
// Your code here.
}