Skip to content

Commit cb842e5

Browse files
RobLBakerwright13
andauthored
Update R/required_eml_elements.R
Co-authored-by: Sarah Wright <sewright@nps.gov>
1 parent c4a23c3 commit cb842e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/required_eml_elements.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ test_dp_abstract <- function(metadata = load_metadata(directory)) {
318318
}
319319
if (nchar(abs) > 10000) {
320320
cli::cli_abort(c(
321-
"x" = "The abstract must be less than 10,000 characters.
321+
"x" = "The abstract must not exceed 10,000 characters.
322322
Please revise using {.fn EMLeditor::set_abstract}."))
323323
}
324324
x <- sapply(stringr::str_count(abs, "\\w+"), sum)

0 commit comments

Comments
 (0)