Skip to content

Commit cbd1079

Browse files
committed
Fix 🐛 in give_hints_author_names()
1 parent 1d9b933 commit cbd1079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/give_hints.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ give_hints_author_names <- function(author_names, dbg = TRUE) {
5353
ends_with_semicolon_idx <- get_indices_ends_with_semicolon(author_names)
5454

5555

56-
author_fullname$value %>%
56+
author_names %>%
5757
replace_indices_with_value(multiple_authors_idx,
5858
"fix_multiple_authors_per_line",
5959
dbg) %>%

0 commit comments

Comments
 (0)