diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-03-14 19:54:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-03-14 19:54:38 +0100 |
| commit | 83dd762f67c6513e4073387c5f287fd2ce9ae767 (patch) | |
| tree | 691bb772fe6a49353f173282024e217513151a9b /src/pdf.rs | |
| parent | 22ea09d9c1fd342dcee13d153fedaf49a62db044 (diff) | |
Font providers 🚀+ better docs 📜
Diffstat (limited to 'src/pdf.rs')
| -rw-r--r-- | src/pdf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ impl std::ops::Deref for PdfFont { } } -/// Result type used for parsing. +/// Result type for _PDF_ creation. type PdfResult<T> = std::result::Result<T, PdfError>; /// The error type for _PDF_ creation. |
