Skip to content

Commit ae1d4ed

Browse files
Matyaschaviator-bot
authored andcommitted
Fix typo in articulation_points manual page in components.R
1 parent 1f49f79 commit ae1d4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/components.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ decompose <- function(graph, mode = c("weak", "strong"), max.comps = NA,
200200
#' number of connected components in a graph. Similarly, bridges or cut-edges
201201
#' are edges whose removal increases the number of connected components in a
202202
#' graph. If the original graph was connected, then the removal of a single
203-
#' articulation point or a single bridge makes it undirected. If a graph
203+
#' articulation point or a single bridge makes it disconnected. If a graph
204204
#' contains no articulation points, then its vertex connectivity is at least
205205
# " two. If a graph contains no bridges, then its edge connectivity is at least
206206
#' two.

0 commit comments

Comments
 (0)