spelling: shrunk

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:42:04 -05:00
parent 1d3a78f7b6
commit 47319ea499

View file

@ -673,7 +673,7 @@ typedef struct {
#define GEdgeInsets(...) \
GEdgeInsetsN(__VA_ARGS__, GEdgeInsets4, GEdgeInsets3, GEdgeInsets2, GEdgeInsets1)(__VA_ARGS__)
//! Returns a rectangle that is shrinked or expanded by the given edge insets.
//! Returns a rectangle that is shrunk or expanded by the given edge insets.
//! @note The rectangle is standardized and then the inset parameters are applied.
//! If the resulting rectangle would have a negative height or width, a GRectZero is returned.
//! @param rect The rectangle that will be inset