From 568fe8951124ce4d18934d9c596198e7da265a5b Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Thu, 3 Mar 2016 21:19:02 +0100 Subject: [PATCH] Fix a typo in lib.rs documentation --- src/lib/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/lib.rs b/src/lib/lib.rs index 2895500..fc03c79 100644 --- a/src/lib/lib.rs +++ b/src/lib/lib.rs @@ -25,8 +25,9 @@ //! The central structure of Crowbook is `Book`, who coordinates everything. //! //! Its roles are: +//! //! * 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 //! * call `HtmlRenderer`, `EpubRenderer`, `LatexRenderer` and/or `OdtRenderer` //! according to the book's parameters and generate the appopriate files.