Skip to content

Commit eb1a768

Browse files
committed
fix ResolveCrossref typo
1 parent 51acd7d commit eb1a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/04InternalFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ResolveBibLaTeXCrossRef <- function(chi, par){
142142

143143

144144
if (chi.type %in% child.table[[par.type]])
145-
chi <- ProcessCrossref(par.type, chi, par)
145+
chi <- ProcessCrossref(par.type, par, chi)
146146
chi
147147
}
148148

0 commit comments

Comments
 (0)