Skip to content

Commit 640df95

Browse files
committed
Fix LangInfo text for "func.combXN7()"
1 parent 710e141 commit 640df95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/at/jddev0/lang/LangPredefinedFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6995,7 +6995,7 @@ public static DataObject combXN6Function(
69956995

69966996
@LangFunction("combXN7")
69976997
@CombinatorFunction
6998-
@LangInfo("Combinator execution: a(b(c)(d))(c)")
6998+
@LangInfo("Combinator execution: a(b(c)(d))(b(d)(c))")
69996999
public static DataObject combXN7Function(
70007000
LangInterpreter interpreter, int SCOPE_ID,
70017001
@LangParameter("$a") @AllowedTypes(DataObject.DataType.FUNCTION_POINTER) DataObject a,

0 commit comments

Comments
 (0)