Tippfehler CMIF

This commit is contained in:
Simon Martens
2024-12-20 11:58:33 +01:00
parent 3a2557c21e
commit 904b4835ee
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ public class FileDesc {
public class TitleStatement {
[XmlElement("title")]
public string? Title { get; set; } = "Johann Georg Hammann: Kommentierte Briefausgabe (HKB)";
public string? Title { get; set; } = "Johann Georg Hamann: Kommentierte Briefausgabe (HKB)";
[XmlElement("editor")]
public List<Editor>? Editor { get; set; } = new List<Editor>() {
new Editor() {