Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jan 13, 2024
1 parent dd40c4f commit 990e7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/series-funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ filter_series <- function(data, species = NULL, location = NULL) {
series_match <- location_detected

cli::cli_alert_success(
"Found {.val {sum(locations_detected)}} series with {.val {location}}."
"Found {.val {sum(location_detected)}} series with {.val {location}}."
)
}

Expand Down

0 comments on commit 990e7e1

Please sign in to comment.