From 95ab903bd9ec6a6f3e31c95b28ccb1793f0c3d0d Mon Sep 17 00:00:00 2001 From: sbreitbart-NOAA Date: Tue, 10 Dec 2024 16:23:02 -0500 Subject: [PATCH] typo fix --- R/create_template.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/create_template.R b/R/create_template.R index 301b137..df5957e 100644 --- a/R/create_template.R +++ b/R/create_template.R @@ -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",