diff --git a/src/org/rascalmpl/library/vis/Graphs.rsc b/src/org/rascalmpl/library/vis/Graphs.rsc index 86f2f1bb71..b24a4d3ce8 100644 --- a/src/org/rascalmpl/library/vis/Graphs.rsc +++ b/src/org/rascalmpl/library/vis/Graphs.rsc @@ -336,7 +336,7 @@ data CytoLayout(CytoLayoutName name = dagre(), bool animate=false) CytoLayoutName name = CytoLayoutName::breadthfirst(), num spacingFactor= 1, list[str] roots = [], - bool circle=faculse, + bool circle=false, bool grid=!circle, bool directed=false )