mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 00:13:55 +01:00
Fix a typo in lib.rs documentation
This commit is contained in:
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user