We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ffb21 commit 44c7540Copy full SHA for 44c7540
tools/webidl_binder.py
@@ -696,7 +696,7 @@ def add_bounds_check_impl():
696
# Compute the height in the inheritance tree of each node. Note that the order of interation
697
# of `implements` is irrelevant.
698
#
699
-# After one iteration of the loop, all ancestors of child are guaranteed to have a a larger
+# After one iteration of the loop, all ancestors of child are guaranteed to have a larger
700
# height number than the child, and this is recursively true for each ancestor. If the height
701
# of child is later increased, all its ancestors will be readjusted at that time to maintain
702
# that invariant. Further, the height of a node never decreases. Therefore, when the loop
0 commit comments