From 018f94868032b3221f21bd433d236197e55af5a4 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Wed, 24 Aug 2016 19:04:58 -0700 Subject: [PATCH] Fix spelling mistake It's not Talk Like a Pirate Day anymore. --- components/layout/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/block.rs b/components/layout/block.rs index 178e0294eb0..1fb3cf9b02a 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -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 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`. /// /// The return value is always `None` when `fragmentation_context` is `None`.