mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix markdown warning in parse_product doc comment
This commit is contained in:
parent
a51da06dd9
commit
181c71fbb8
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue