From 181c71fbb8fe0f88484f7dabf544a9b43b1c406f Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 15 May 2017 17:13:52 -0700 Subject: [PATCH] Fix markdown warning in parse_product doc comment --- components/style/values/specified/calc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/style/values/specified/calc.rs b/components/style/values/specified/calc.rs index 4f49df256e7..892acea87b4 100644 --- a/components/style/values/specified/calc.rs +++ b/components/style/values/specified/calc.rs @@ -233,9 +233,9 @@ impl CalcNode { /// /// This should parse correctly: /// - /// * `2` - /// * `2 * 2` - /// * `2 * 2 + 2` (but will leave the `+ 2` unparsed). + /// * `2` + /// * `2 * 2` + /// * `2 * 2 + 2` (but will leave the `+ 2` unparsed). /// fn parse_product( context: &ParserContext,