1 Commits
v0.9.3 ... v1.0

Author SHA1 Message Date
5397c85397 allow content in acknowledgement 2025-10-08 10:06:53 +02:00

View File

@@ -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");