Fix code note in MethodFinder

This commit is contained in:
2022-09-04 21:36:36 +08:00
parent 5308a8a2ce
commit 4fde36fc1b

View File

@@ -101,7 +101,7 @@ class MethodFinder @PublishedApi internal constructor(
var paramCount = -1 var paramCount = -1
/** /**
* [Method] 返回值 * 设置 [Method] 返回值
* *
* - ❗只能是 [Class]、[String]、[VariousClass] * - ❗只能是 [Class]、[String]、[VariousClass]
* *