diff options
Diffstat (limited to 'src/table.rs')
-rw-r--r-- | src/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.rs b/src/table.rs index b549b95..e3ddd3d 100644 --- a/src/table.rs +++ b/src/table.rs @@ -1,5 +1,5 @@ //! Tables. -use crate::description::{Paragraph, ParagraphError}; +use crate::paragraph::{Error as ParagraphError, Paragraph}; use crate::xml::element::{Elements, FromElements, Tagged}; /// Informal table. |