allow content in acknowledgement

This commit is contained in:
2025-10-08 10:06:53 +02:00
parent 72f5dd8372
commit 5397c85397

View File

@@ -68,7 +68,7 @@
abstract, "dictionary[string : string | content] | none", "abstract argument" abstract, "dictionary[string : string | content] | none", "abstract argument"
); );
assert_type_signature( 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, "string | none", "author argument");
assert_type_signature(author_pronouns, "string | none", "author gender argument"); assert_type_signature(author_pronouns, "string | none", "author gender argument");