Skip to content

Commit

Permalink
fix typo in Roxygen example
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed May 10, 2024
1 parent 7c7ef02 commit dd86100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/get_raw_comps.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
#'
#' @examples
#' \dontrun{
#' bio <- pull_bio{
#' bio <- pull_bio(
#' common_name = "lingcod",
#' survey = "NWFSC.Combo"
#' }
#' )
#'
#' length_comps <- get_raw_comps(
#' data = bio,
Expand Down
4 changes: 2 additions & 2 deletions man/get_raw_comps.Rd

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

0 comments on commit dd86100

Please sign in to comment.