Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreitbart-NOAA committed Dec 10, 2024
1 parent 37e9162 commit 95ab903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ create_template <- function(
" ", " ", "is.na(age)) |>", "\n",
" ", "dplyr::pull(estimate)", "\n",

"# spawning biomass in the last year",
"# spawning biomass in the last year\n",
"sbend <- output2 |>", "\n",
" ", "dplyr::filter(grepl('spawning_biomass', label), year == end_year) |>", "\n",
" ", "dplyr::pull(estimate) |>", "\n",
Expand Down

0 comments on commit 95ab903

Please sign in to comment.