From 981a8fab07b5e2a2c85e79b2c5dbc8fd77eaaa0a Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Wed, 2 Mar 2016 16:54:10 +0100 Subject: [PATCH] Fix typo in helpers.rs --- src/bin/helpers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/helpers.rs b/src/bin/helpers.rs index 27ffd0d..742495f 100644 --- a/src/bin/helpers.rs +++ b/src/bin/helpers.rs @@ -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 /// the creation of a book to check that parameters are OK and t /// then print them to file