Skip to content

Commit

Permalink
Change argname1 and 2 in the documentation to arg_name1 and arg_name2
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 17, 2024
1 parent 4f70e2f commit 4ca120f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' @param tx1 A `character()` vector of GENCODE or ENSEMBL transcripts.
#' @param tx2 A `character()` vector of GENCODE or ENSEMBL transcripts.
#'
#' @param argname1 A `character(1)` vector of description of tx1
#' @param argname2 A `character(1)` vector of description of tx2
#' @param arg_name1 A `character(1)` vector of description of tx1
#' @param arg_name2 A `character(1)` vector of description of tx2
#'
#' @return A
#' `character()` vector of transcripts in `tx2` that are in `tx1`.
Expand Down
4 changes: 2 additions & 2 deletions man/check_tx_names.Rd

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

0 comments on commit 4ca120f

Please sign in to comment.