From a6eda12980d7410c8be41a4f2748bd57d65fcb52 Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Fri, 6 Apr 2018 21:54:59 +0200 Subject: Be consistent with the note style --- src/framework/standard/args.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/framework') diff --git a/src/framework/standard/args.rs b/src/framework/standard/args.rs index 6d37822..1a67bee 100644 --- a/src/framework/standard/args.rs +++ b/src/framework/standard/args.rs @@ -140,8 +140,10 @@ fn parse(s: &mut String, delimiters: &[String]) -> Result /// Majority of the methods here remove the argument as to advance to further arguments. /// If you do not wish for this behaviour, use the suffixed `*_n` methods instead. /// +/// /// `Args` provides parsing arguments inside quotes too (for which case, delimiters don't matter), via the suffixed `*_quoted` methods. -/// *note: these fall back to the normal methods' behaviour if the quotes are malformed; i.e missing an opening or closing quote* +/// +/// **Note**: these fall back to the normal methods' behaviour if the quotes are malformed; i.e missing an opening or closing quote. #[derive(Clone, Debug)] pub struct Args { delimiters: Vec, -- cgit v1.2.3