diff --git a/files/en-us/tools/memory/dominators/index.html b/files/en-us/tools/memory/dominators/index.html index 896cab0c30284de..d46ae4c48cb6938 100644 --- a/files/en-us/tools/memory/dominators/index.html +++ b/files/en-us/tools/memory/dominators/index.html @@ -49,7 +49,7 @@
One slight subtlety here is that if an object A is referenced by two other objects B and C, then neither object is its dominator, because you could remove either B or C from the graph, and A would still be retained by its other referrer. Instead, the immediate dominator of A would be its first common ancestor:
+
One slight subtlety here is that if an object A is referenced by two other unrelated objects B and C, then neither object is its dominator, because you could remove either B or C from the graph, and A would still be retained by its other referrer. Instead, the immediate dominator of A would be its first common ancestor: