mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #20096 - maekawatoshiki:master, r=emilio
Fix typo <!-- Please describe your changes on the following line: --> I found some typo, so I fixed them. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's just a fix of typo. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/20096) <!-- Reviewable:end -->
This commit is contained in:
commit
554b0c0d06
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ pub struct Line {
|
|||
/// For example, for the HTML below...
|
||||
///
|
||||
/// ~~~html
|
||||
/// <div><span>I <span>like truffles, <img></span></div>
|
||||
/// <div><span>I like truffles, <img></span></div>
|
||||
/// ~~~
|
||||
///
|
||||
/// ...the bounds would be:
|
||||
|
@ -1449,7 +1449,7 @@ impl Flow for InlineFlow {
|
|||
}
|
||||
|
||||
/// Calculate and set the block-size of this flow. See CSS 2.1 § 10.6.1.
|
||||
/// Note that we do not need to do in-order traversal becase the children
|
||||
/// Note that we do not need to do in-order traversal because the children
|
||||
/// are always block formatting context.
|
||||
fn assign_block_size(&mut self, layout_context: &LayoutContext) {
|
||||
let _scope = layout_debug_scope!("inline::assign_block_size {:x}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue