Skip to content

Commit

Permalink
Fix typo in tools/webidl_binder.py. NFC (#22851)
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiangqiao authored Nov 6, 2024
1 parent b5ffb21 commit 44c7540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webidl_binder.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def add_bounds_check_impl():
# Compute the height in the inheritance tree of each node. Note that the order of interation
# of `implements` is irrelevant.
#
# 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
# height number than the child, and this is recursively true for each ancestor. If the height
# of child is later increased, all its ancestors will be readjusted at that time to maintain
# that invariant. Further, the height of a node never decreases. Therefore, when the loop
Expand Down

0 comments on commit 44c7540

Please sign in to comment.