mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rollup merge of #16886 - mbrubeck:doc, r=glennw
Fix markdown warning in parse_product doc comment --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because no code changes. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16886) <!-- Reviewable:end -->
This commit is contained in:
commit
7cae54ea18
1 changed files with 3 additions and 3 deletions
|
@ -235,9 +235,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