Skip to content

Commit

Permalink
docs: remove misleading comment about warning given as no warning is …
Browse files Browse the repository at this point in the history
…given (#1294)
  • Loading branch information
aviator-app[bot] authored Mar 11, 2024
2 parents 397731f + d487445 commit 78dcca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/centrality.R
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ eigen_centrality <- function(graph,
#' strength(g, mode = "out")
#' strength(g, mode = "in")
#'
#' # No weights, a warning is given
#' # No weights
#' g <- make_ring(10)
#' strength(g)
#' @family centrality
Expand Down
2 changes: 1 addition & 1 deletion man/strength.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78dcca1

Please sign in to comment.