From 80ed0706397f0767f7c1c4f419e6061d79437d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 7 Mar 2019 00:14:43 +0100 Subject: [PATCH] style: fix a typo. --- components/style/traversal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/traversal.rs b/components/style/traversal.rs index f1821900bb4..d5a9a5c5033 100644 --- a/components/style/traversal.rs +++ b/components/style/traversal.rs @@ -686,7 +686,7 @@ where // sibling or cousin. Otherwise, recascading a bunch of identical // elements would unnecessarily flood the cache with identical entries. // - // This is analagous to the obvious "don't insert an element that just + // This is analogous to the obvious "don't insert an element that just // got a hit in the style sharing cache" behavior in the MatchAndCascade // handling above. //