Citeproc.BibTeX: Fix typo affecting jurisdiction biblatex type.

Closes #11321.
This commit is contained in:
John MacFarlane
2025-12-04 23:00:31 +01:00
parent dc4f624584
commit 2c37f95417
+1 -1
View File
@@ -117,7 +117,7 @@ writeBibtexString opts variant mblang ref =
"manuscript" -> "unpublished"
"graphic" | variant == Biblatex -> "artwork"
"song" | variant == Biblatex -> "music"
"legal_case" | variant == Biblatex -> "jurisdictionN"
"legal_case" | variant == Biblatex -> "jurisdiction"
"legislation" | variant == Biblatex -> "legislation"
"treaty" | variant == Biblatex -> "legal"
"personal_communication" | variant == Biblatex -> "letter"