Skip to content

Commit a91a6ec

Browse files
committed
fixed type
1 parent 427edcc commit a91a6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/igormaznitsa/prologparser/terms/OpContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static OpContainer make(final Op operator) {
6767
return new OpContainer(operator);
6868
}
6969

70-
public static OpContainer male(final String text, final Op fz, final Op zf, final Op zfz) {
70+
public static OpContainer make(final String text, final Op fz, final Op zf, final Op zfz) {
7171
return new OpContainer(text, fz, zf, zfz);
7272
}
7373

0 commit comments

Comments
 (0)