This commit is contained in:
Ethan McCue 2025-03-07 01:20:33 -05:00 committed by GitHub
parent 5009146c65
commit 63ae7489b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
clay.h
View File

@ -266,7 +266,7 @@ typedef CLAY_PACKED_ENUM {
CLAY_ALIGN_Y_TOP,
// Aligns child elements to the bottom of this element, offset by padding.width.bottom
CLAY_ALIGN_Y_BOTTOM,
// Aligns child elements vertiically to the center of this element
// Aligns child elements vertically to the center of this element
CLAY_ALIGN_Y_CENTER,
} Clay_LayoutAlignmentY;