Skip to content

Commit 5782b2f

Browse files
committed
typo
1 parent fb31d0a commit 5782b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/html.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ ref_to_number = function(ref, ref_table, backslash) {
560560
warning('The label(s) ', paste(lab[i], collapse = ', '), ' not found', call. = FALSE)
561561
num[i] = '<strong>??</strong>'
562562
}
563-
# equation references should include paratheses
563+
# equation references should include parentheses
564564
i = grepl('^eq:', ref)
565565
num[i] = paste0('(', num[i], ')')
566566
res = sprintf('<a href="#%s">%s</a>', ref, num)

0 commit comments

Comments
 (0)