docs: correct comments

This commit is contained in:
2023-09-23 19:36:51 +08:00
parent 6a8f4d52f6
commit 32cd9f4f4c

View File

@@ -296,7 +296,7 @@ val ShortArrayType get() = ArrayClass(ShortType)
* *
* - ❗此方法已弃用 - 在之后的版本中将直接被删除 * - ❗此方法已弃用 - 在之后的版本中将直接被删除
* *
* - ❗请现在移到 [ShortArrayType] * - ❗请现在移到 [ShortArrayType]
* @return [Class]<[JavaArray]> * @return [Class]<[JavaArray]>
*/ */
@Deprecated(message = "请使用修复后的命名方法", ReplaceWith("ShortArrayType")) @Deprecated(message = "请使用修复后的命名方法", ReplaceWith("ShortArrayType"))