From fabdf47ecc83a3a1c1ef76edd96524414ed337b8 Mon Sep 17 00:00:00 2001 From: David Gohel Date: Sat, 13 Jan 2024 12:12:17 +0100 Subject: [PATCH] fix: reverse typo error --- R/footnote.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/footnote.R b/R/footnote.R index fd1b783e..3530738b 100644 --- a/R/footnote.R +++ b/R/footnote.R @@ -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