Skip to content

Commit

Permalink
Update bfs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Jun 26, 2024
1 parent 9e9046a commit b67e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterators/bfs.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
BFSIterator(graph::G, source::S; depth_limit=nothing, neighbors_type=outneighbors)
BFSIterator(graph, source; depth_limit=nothing, neighbors_type=outneighbors)
`BFSIterator` is used to iterate through graph vertices using a breadth-first search.
A source node(s) must be supplied as an `Int` or an array-like type that can be
Expand Down

0 comments on commit b67e871

Please sign in to comment.