Improve comment

This commit is contained in:
d-buchmann 2025-08-13 11:48:13 +02:00
parent 29539c01a5
commit 53e85403e8

View file

@ -163,7 +163,7 @@ class LCSCProvider implements InfoProviderInterface
if ($field === null) {
return null;
}
// Translate "range" indicators to mathematical tilde symbols
// Replace "range" indicators with mathematical tilde symbols
// so they don't get rendered as strikethrough by Markdown
$field = preg_replace("/~/", "\u{223c}", $field);