Fix typo in documentation

This commit is contained in:
KitsuneAlex 2024-05-13 02:52:55 +02:00
parent 8d08d7cec7
commit 2b6745f491
No known key found for this signature in database
GPG Key ID: 6B0CE864BB69B7D0
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ MSDF_API int msdf_shape_bound_miters(msdf_shape_const_handle shape, msdf_bounds_
MSDF_API int msdf_shape_orient_contours(msdf_shape_handle shape);
/**
* Colors the edges of the given shape using the default MSDF colors specified by thee
* Colors the edges of the given shape using the default MSDF colors specified by the
* MSDF_COLOR_ prefixed constants.
* @param shape A pointer to a shape whose edges to color with the default MSDF colors.
* @param angle_threshold The threshold angle in degrees.