Skip to content

Commit

Permalink
Fixed typo in false boolean
Browse files Browse the repository at this point in the history
This fixes: 7d1fdbe
  • Loading branch information
DavyLandman committed Sep 24, 2024
1 parent 7d1fdbe commit c0384a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/vis/Graphs.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c0384a0

Please sign in to comment.