servo: Merge #13050 - Fix spelling mistake (from notriddle:tlapd); r=emilio

Source-Repo: https://github.com/servo/servo
Source-Revision: 545ae86dff6513f1f5de083ba3ce64b181368482
This commit is contained in:
Michael Howell 2016-08-26 07:19:59 -05:00
Родитель 12e38a2dba
Коммит 89c329f951
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -763,7 +763,7 @@ impl BlockFlow {
/// When `fragmentation_context` is given (not `None`), this should fit as much of the content
/// as possible within the available block size.
/// If there is more content (that doesnt 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`.
///
/// The return value is always `None` when `fragmentation_context` is `None`.