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

Fix typo in helpers.rs

This commit is contained in:
Elisabeth Henry 2016-03-02 16:54:10 +01:00
parent 1ad7a5d847
commit 981a8fab07

@ -29,7 +29,7 @@ pub fn get_book_options<'a>(matches: &'a ArgMatches) -> Vec<(&'a str, &'a str)>
} }
/// sets the book options according to command line arguments /// Sets the book options according to command line arguments
/// Also print these options to a string, so it can be used at /// Also print these options to a string, so it can be used at
/// the creation of a book to check that parameters are OK and t /// the creation of a book to check that parameters are OK and t
/// then print them to file /// then print them to file