Skip to content

Commit 183c870

Browse files
committed
fix param of recipeEvent.custom(...)
1 parent d9391fc commit 183c870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/zzzank/probejs/docs/ParamFix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void modifyClasses(ScriptDump scriptDump, Map<ClassPath, TypeScriptFile>
4343
)
4444
)
4545
)
46-
.literalMember("[x in string]", Types.ANY)
46+
.literalMember("[x: string]", Types.ANY)
4747
.build()
4848
.comment("other recipe json elements are unknown to ProbeJS :(")
4949
);

0 commit comments

Comments
 (0)