Skip to content

Commit

Permalink
Minor grammar 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 26, 2024
1 parent e357c36 commit ee6cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/centrality.R
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ edge.betweenness.estimate <- estimate_edge_betweenness

#' Closeness centrality of vertices
#'
#' Closeness centrality measures how many steps is required to access every other
#' Closeness centrality measures how many steps are required to access every other
#' vertex from a given vertex.
#'
#' The closeness centrality of a vertex is defined as the inverse of the
Expand Down

0 comments on commit ee6cd2e

Please sign in to comment.