1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00

Fix a typo in lib.rs documentation

This commit is contained in:
Elisabeth Henry 2016-03-03 21:19:02 +01:00
parent 6109570ccf
commit 568fe89511

@ -25,8 +25,9 @@
//! The central structure of Crowbook is `Book`, who coordinates everything. //! The central structure of Crowbook is `Book`, who coordinates everything.
//! //!
//! Its roles are: //! Its roles are:
//!
//! * reading a book configuration file and setting the book options accordingly //! * reading a book configuration file and setting the book options accordingly
//! * giving the chapters (written in Markdown) listed in this configuration file //! * reading the chapters (written in Markdown) listed in this configuration file
//! to `Parser`, get back an AST and store it in memory //! to `Parser`, get back an AST and store it in memory
//! * call `HtmlRenderer`, `EpubRenderer`, `LatexRenderer` and/or `OdtRenderer` //! * call `HtmlRenderer`, `EpubRenderer`, `LatexRenderer` and/or `OdtRenderer`
//! according to the book's parameters and generate the appopriate files. //! according to the book's parameters and generate the appopriate files.