From 2b6745f4913e8e9246e1955bf4baeaa07a411d14 Mon Sep 17 00:00:00 2001 From: KitsuneAlex Date: Mon, 13 May 2024 02:52:55 +0200 Subject: [PATCH] Fix typo in documentation --- msdfgen-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msdfgen-c.h b/msdfgen-c.h index 378af8d..6be5c79 100644 --- a/msdfgen-c.h +++ b/msdfgen-c.h @@ -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.