Skip to content

Commit

Permalink
add_inline_child, not word and input
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishtr committed Aug 18, 2024
1 parent 6db8dc3 commit ebd3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/invalidation.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ idempotent. I found:[^exercises]
- In `new_line`, `BlockLayout` will append to its `children` array.
- In `add_inline_child`, `BlockLayout` will append to the `children`
array of some `LineLayout` child.
- In `word` and `input`, `BlockLayout` will call `get_font`, as will
- In `add_inline_child`, `BlockLayout` will call `get_font`, as will
the `TextLayout` and `InputLayout` methods.
- Basically every layout method calls `dpx`.

Expand Down

0 comments on commit ebd3627

Please sign in to comment.