diff --git a/template/template.typ b/template/template.typ index b19ba2e..2027a61 100644 --- a/template/template.typ +++ b/template/template.typ @@ -68,7 +68,7 @@ abstract, "dictionary[string : string | content] | none", "abstract argument" ); assert_type_signature( - acknowledgement, "dictionary[string : string] | none", "acknowledgement content" + acknowledgement, "dictionary[string : string | content] | none", "acknowledgement content" ); assert_type_signature(author, "string | none", "author argument"); assert_type_signature(author_pronouns, "string | none", "author gender argument");