Skip to content

Commit 02cc6eb

Browse files
committed
try fixing doc tests again
1 parent 0356b68 commit 02cc6eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GraphProperties.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ let
118118
$($desc)
119119
120120
```jldoctest
121-
$($name)() isa GraphProperty{$($typ)} # true
121+
julia> using GraphProperties
122+
123+
julia> $($name)() isa GraphProperty{$($typ)}
124+
true
122125
```
123126
"""
124127
struct $name <: GraphProperty{$typ} end

0 commit comments

Comments
 (0)