From d9c6ac5ca1e1da871de0546a6091b3b6fcf7351a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 11 Apr 2014 21:26:16 +0100 Subject: [PATCH] fixup! Merge new_with_pseudo_without_self() and new_with_pseudo() into with_pseudo() --- src/components/main/layout/wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/layout/wrapper.rs b/src/components/main/layout/wrapper.rs index b4b385d54f5..b0b8c82c252 100644 --- a/src/components/main/layout/wrapper.rs +++ b/src/components/main/layout/wrapper.rs @@ -498,7 +498,7 @@ impl<'ln> ThreadSafeLayoutNode<'ln> { } /// Creates a new `ThreadSafeLayoutNode` for the same `LayoutNode` - /// with a differet pseudo-element type. + /// with a different pseudo-element type. pub fn with_pseudo(&self, pseudo: PseudoElementType) -> ThreadSafeLayoutNode<'ln> { ThreadSafeLayoutNode { node: self.node.clone(),