diff options
author | orangerot <orangerot@orangerot.dev> | 2025-08-26 19:23:09 +0200 |
---|---|---|
committer | orangerot <orangerot@orangerot.dev> | 2025-08-26 19:23:09 +0200 |
commit | b4bfc87f6524d124178f7775b9a3bf03c0cb9796 (patch) | |
tree | 809a2e40fdf6dc6b4138d1610077309aca757931 /lib.typ | |
parent | 6841a13fe8eabab464343a2ae9bb350a063f086b (diff) |
fix(lib,nachprufung): correct spelling mistake of "attendance" in template parameter
Diffstat (limited to 'lib.typ')
-rw-r--r-- | lib.typ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ assistant: "", // BeisitzerIn did_pass: none, // Bestanden? true || false exam_duration: duration(minutes: 0), // Prüfungsdauer - attendence: (: + attendance: (: /* Veranstaltung, Jahr, regelmäßig besucht? */ "Vorlesung": (year: "", did_attend: ""), "Übung": (year: "", did_attend: ""), @@ -107,7 +107,7 @@ "Vorlesung": (year: "", did_attend: ""), "Übung": (year: "", did_attend: ""), "Tutorium": (year: "", did_attend: ""), - ..attendence + ..attendance ) #table(columns: (7.4cm,2.4cm,8.2cm), table.header( |