Skip to content
Snippets Groups Projects
Commit 6ac67d12 authored by dgelessus's avatar dgelessus
Browse files

Fix syntax error

parent 3d817e56
Branches
No related tags found
No related merge requests found
......@@ -438,7 +438,7 @@ public class Theories {
// the tuf file may contain org.eventb.theory.core.type="Baum(L)"
// the tcf file now contains org.eventb.theory.core.type="Baum"
// as one cannot adapt the type parameters inside an inductive type definition
pto.printAtom("default_type_parameters")
pto.printAtom("default_type_parameters");
}
pto.closeTerm();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment