mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
Fix spelling mistake
It's not Talk Like a Pirate Day anymore.
This commit is contained in:
parent
d5913035ec
commit
018f948680
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ impl BlockFlow {
|
||||||
/// When `fragmentation_context` is given (not `None`), this should fit as much of the content
|
/// When `fragmentation_context` is given (not `None`), this should fit as much of the content
|
||||||
/// as possible within the available block size.
|
/// as possible within the available block size.
|
||||||
/// If there is more content (that doesn’t fit), this flow is *fragmented*
|
/// If there is more content (that doesn’t fit), this flow is *fragmented*
|
||||||
/// with the extra content moved to another fragment (a flow like this one) which is returrned.
|
/// with the extra content moved to another fragment (a flow like this one) which is returned.
|
||||||
/// See `Flow::fragment`.
|
/// See `Flow::fragment`.
|
||||||
///
|
///
|
||||||
/// The return value is always `None` when `fragmentation_context` is `None`.
|
/// The return value is always `None` when `fragmentation_context` is `None`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue