``` error: type string has no method `join` ┌─ lib.typ:42:45 │ 42 │ set document(title: title, author: authors.join(", ")) │ ```