Skip to content

Commit

Permalink
docs: fix manual page for bipartite_gnp()
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 13, 2024
1 parent 603a1dd commit b29c853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/games.R
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ bipartite <- function(...) {
#' @export
bipartite_gnm <- function(...) constructor_spec(sample_bipartite_gnm, ...)

#' @rdname sample_bipartite_gnp
#' @rdname sample_bipartite_gnm
#' @param ... Passed to `sample_bipartite_gnp()`.
#' @export
bipartite_gnp <- function(...) constructor_spec(sample_bipartite_gnp, ...)
Expand Down
5 changes: 4 additions & 1 deletion man/sample_bipartite_gnm.Rd

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

0 comments on commit b29c853

Please sign in to comment.