diff options
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ pub struct Document { /// The document's title. pub title: Option<EcoString>, /// The document's author. - pub author: Option<EcoString>, + pub author: Vec<EcoString>, } /// A finished layout with elements at fixed positions. |
