Skip to content

Commit

Permalink
box: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Oct 18, 2024
1 parent 17c8548 commit 6440023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class Box extends RenderItem {
public containingBlock: BoxArea;
/**
* General bitfield for booleans. The first 8 are reserved for attributes
* belonging to Box. The later 24 can be used by subclasses.
* belonging to Box. The latter 24 can be used by subclasses.
*/
protected bitfield: number;

Expand Down

0 comments on commit 6440023

Please sign in to comment.