Skip to content

Commit 0d995d6

Browse files
Fix typo for small pi (#7296)
1 parent eca13dd commit 0d995d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/logic/util/strings/HTMLUnicodeConversionMaps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public class HTMLUnicodeConversionMaps {
270270
{"957", "nu", "$\\nu$"}, // greek small letter nu, U+03BD ISOgrk3
271271
{"958", "xi", "$\\xi$"}, // greek small letter xi, U+03BE ISOgrk3
272272
{"959", "omicron", "$\\omicron$"}, // greek small letter omicron, U+03BF NEW
273-
{"960", "pi", "$\\phi$"}, // greek small letter pi, U+03C0 ISOgrk3
273+
{"960", "pi", "$\\pi$"}, // greek small letter pi, U+03C0 ISOgrk3
274274
{"961", "rho", "$\\rho$"}, // greek small letter rho, U+03C1 ISOgrk3
275275
{"962", "sigmaf", "$\\varsigma$"}, // greek small letter final sigma,
276276
// U+03C2 ISOgrk3

0 commit comments

Comments
 (0)