Skip to content

Commit 0356b68

Browse files
committed
fix doc tests
1 parent 4c1ec37 commit 0356b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphProperties.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ let
118118
$($desc)
119119
120120
```jldoctest
121-
$($name)() isa GraphProperty{$($typ)}
121+
$($name)() isa GraphProperty{$($typ)} # true
122122
```
123123
"""
124124
struct $name <: GraphProperty{$typ} end

0 commit comments

Comments
 (0)