We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9b933 commit cbd1079Copy full SHA for cbd1079
1 file changed
R/give_hints.R
@@ -53,7 +53,7 @@ give_hints_author_names <- function(author_names, dbg = TRUE) {
53
ends_with_semicolon_idx <- get_indices_ends_with_semicolon(author_names)
54
55
56
- author_fullname$value %>%
+ author_names %>%
57
replace_indices_with_value(multiple_authors_idx,
58
"fix_multiple_authors_per_line",
59
dbg) %>%
0 commit comments