fix: with error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
MiaoWoo 2020-01-17 11:08:10 +08:00
parent cb4e152800
commit 13a0b62103

View File

@ -14,7 +14,7 @@ declare namespace net {
* Creates a translatable component with the passed substitutions * Creates a translatable component with the passed substitutions
*/ */
// @ts-ignore // @ts-ignore
constructor(translate: string, with: java.lang.Object) constructor(translate: string, object: java.lang.Object)
// @ts-ignore // @ts-ignore
constructor() constructor()
/** /**