Skip to content

Commit f440525

Browse files
committed
lingering copy typo
1 parent ce66be5 commit f440525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectivity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Return the number of connected components in `g`.
154154
Equivalent to `length(connected_components(g))` but uses fewer allocations by not
155155
materializing the component vectors explicitly. Additionally, mutated work-arrays `label`
156156
and `search_queue` can be provided to reduce allocations further (see
157-
[`_connected_components!`](@ref)).
157+
[`connected_components!`](@ref)).
158158
159159
## Keyword arguments
160160
- `reset_label :: Bool` (default, `false`): if `true`, `label` is reset to zero before

0 commit comments

Comments
 (0)