summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-20 13:21:10 +0200
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-20 13:21:10 +0200
commit3f73db814b4d2053982fa5c9859ea750b0439ab8 (patch)
tree6a3c7d15e7590dc547b4adb6e625dacd0b4da82d
parent4b011b31a995bd801cd2a9323c20109b7099effd (diff)
Removed syntax issues from toml documentation
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5a03a3b..60d70b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -218,7 +218,7 @@ impl GitJournal {
/// categories = ["Added", "Changed", "Fixed", "Improved", "Removed"]
///
/// # Set the characters where the categories are wrapped in
- /// category_delimiters: ["[", "]"],
+ /// category_delimiters: ["[", "]"]
///
/// # Set to false if the output should not be colored
/// colored_output = true
@@ -234,7 +234,7 @@ impl GitJournal {
/// excluded_commit_tags = []
///
/// # Enable or disable the output and accumulation of commit footers.
- /// enable_footers: bool,
+ /// enable_footers: false
///
/// # Show or hide the commit hash for every entry
/// show_commit_hash = false