Skip to content

Commit bc5fd7c

Browse files
committed
fixup
1 parent 3a1baf7 commit bc5fd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GraphProperties.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ let
154154
(:GraphIsTree, "a *tree*", [], ug),
155155
(:GraphIsPseudoforest, "a *pseudoforest*", [], ug),
156156
(:GraphisPseudotree, "a *pseudotree*", [], ug),
157-
(:GraphIsPolyforest, "a *polyforest*", ["a *directed forest*", "an *oriented forest*"], dg),
158-
(:GraphIsPolytree, "a *polytree*", ["a *directed tree*", "an *oriented tree*"], dg),
157+
(:DigraphIsPolyforest, "a *polyforest*", ["a *directed forest*", "an *oriented forest*"], dg),
158+
(:DigraphIsPolytree, "a *polytree*", ["a *directed tree*", "an *oriented tree*"], dg),
159159
(:DigraphIsOutTree, "an *out-tree*", ["an *arborescence*", "a *directed rooted tree*"], dg),
160160
(:DigraphIsInTree, "an *in-tree*", ["an *anti-arborescence*"], dg),
161161
(:DigraphIsOutForest, "an *out-forest*", ["a *branching*"], dg),

0 commit comments

Comments
 (0)