Fix markdown warning in parse_product doc comment

This commit is contained in:
Matt Brubeck 2017-05-15 17:13:52 -07:00
parent a51da06dd9
commit 181c71fbb8

View file

@ -233,9 +233,9 @@ impl CalcNode {
/// ///
/// This should parse correctly: /// This should parse correctly:
/// ///
/// * `2` /// * `2`
/// * `2 * 2` /// * `2 * 2`
/// * `2 * 2 + 2` (but will leave the `+ 2` unparsed). /// * `2 * 2 + 2` (but will leave the `+ 2` unparsed).
/// ///
fn parse_product( fn parse_product(
context: &ParserContext, context: &ParserContext,