Skip to content

Commit 2090e5f

Browse files
Remove comma
1 parent 33fb9a7 commit 2090e5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/addDriors.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' \code{initial_state_cv}, \code{terminal_state}, and
99
#' \code{terminal_state_cv}.
1010
#' @param same.priors whether to use the same priors for all stocks.
11-
#' @param stocks.combined old name for \code{same.prior}, provided for backward
11+
#' @param stocks.combined old name for \code{same.prior} provided for backward
1212
#' compatibility. Use \code{same.prior} in new SOFIA scripts.
1313
#' @param shape_prior passed to \code{format_driors}.
1414
#' @param b_ref_type passed to \code{format_driors}.

R/addEffort.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param effort \code{tibble} containing \code{year}, \code{stock}, and
88
#' \code{effort}.
99
#' @param same.effort whether to use the same effort data for all stocks.
10-
#' @param stocks.combined old name for \code{same.effort}, provided for backward
10+
#' @param stocks.combined old name for \code{same.effort} provided for backward
1111
#' compatibility. Use \code{same.effort} in new SOFIA scripts.
1212
#'
1313
#' @details

man/addDriors.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addEffort.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)