Skip to content

Commit 4fc4ad8

Browse files
committed
typo fix
1 parent d8373f0 commit 4fc4ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dep_graphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
dg3 = eqeq_dependencies(depsbg,deps2)
6060
@test dg == dg3
6161

62-
# var to vars they depend on
62+
# var to vars that depend on them
6363
var_vardeps = [[1,2,3],[1,2,3],[3]]
6464
ne = 7
6565
dg = SimpleDiGraph(3)

0 commit comments

Comments
 (0)