Skip to content

Commit 7a2cc82

Browse files
authored
Fix markdown in doctest (#178)
1 parent 1783617 commit 7a2cc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ julia> all_neighbors(g, 3)
275275
2-element Array{Int64,1}:
276276
1
277277
2
278-
```
278+
```
279279
"""
280280
function all_neighbors end
281281
@traitfn all_neighbors(g::::IsDirected, v::Integer) =

0 commit comments

Comments
 (0)