Skip to content

Commit

Permalink
Fix markdown in doctest (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcognetta authored Oct 7, 2022
1 parent 1783617 commit 7a2cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ julia> all_neighbors(g, 3)
2-element Array{Int64,1}:
1
2
```
```
"""
function all_neighbors end
@traitfn all_neighbors(g::::IsDirected, v::Integer) =
Expand Down

0 comments on commit 7a2cc82

Please sign in to comment.