Skip to content

Commit 44c7540

Browse files
Fix typo in tools/webidl_binder.py. NFC (#22851)
1 parent b5ffb21 commit 44c7540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/webidl_binder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def add_bounds_check_impl():
696696
# Compute the height in the inheritance tree of each node. Note that the order of interation
697697
# of `implements` is irrelevant.
698698
#
699-
# After one iteration of the loop, all ancestors of child are guaranteed to have a a larger
699+
# After one iteration of the loop, all ancestors of child are guaranteed to have a larger
700700
# height number than the child, and this is recursively true for each ancestor. If the height
701701
# of child is later increased, all its ancestors will be readjusted at that time to maintain
702702
# that invariant. Further, the height of a node never decreases. Therefore, when the loop

0 commit comments

Comments
 (0)