docs(style): optimize symbols

This commit is contained in:
2023-09-23 12:49:35 +08:00
parent 24412eea84
commit 1f1a0b6c11
36 changed files with 70 additions and 70 deletions

View File

@@ -1865,7 +1865,7 @@ field {
}
```
Expressing the type of `Boolean::class.javaPrimitiveType` in `Kotlin` is very long and inconvenient.
Expressing the type of `Boolean::class.javaPrimitiveType` in Kotlin is very long and inconvenient.
Therefore, `YukiHookAPI` encapsulates common type calls for developers, including Android related types and Java common types and **primitive type keywords**.