Skip to content

Commit

Permalink
Merge pull request #26 from jeremiahpslewis/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
SimonDanisch authored Jul 21, 2021
2 parents 2c92928 + 8d6323e commit 9af5469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/depgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ xs, ys, paths = solve_positions(Zarate(), g)
nothing #hide

#=
In `GraphMakie` the layout allways needs to be function. So we're creating a dummy function...
In `GraphMakie` the layout always needs to be function. So we're creating a dummy function...
At the moment, `GraphMakie` can not make use of the nice `paths` property (which would add
additional waypoints to the edges).
=#
Expand Down

0 comments on commit 9af5469

Please sign in to comment.