Skip to content

Commit

Permalink
fix: reverse typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jan 13, 2024
1 parent b25eb13 commit fabdf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/footnote.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ footnote <- function(x, i = NULL, j = NULL, value, ref_symbols = NULL, part = "b
}

paras <- mapply(rbind,
as_paragraph(as_sup()),
as_paragraph(as_sup(ref_symbols)),
value,
as_paragraph(sep_str),
SIMPLIFY = FALSE
Expand Down

0 comments on commit fabdf47

Please sign in to comment.