mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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:
|
/// 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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue