summaryrefslogtreecommitdiff
path: root/src/sdf/ftsdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdf/ftsdf.h')
-rw-r--r--src/sdf/ftsdf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdf/ftsdf.h b/src/sdf/ftsdf.h
index 1c68aef60..a8e243dee 100644
--- a/src/sdf/ftsdf.h
+++ b/src/sdf/ftsdf.h
@@ -19,14 +19,14 @@ FT_BEGIN_HEADER
* @description:
* This struct must be passed to the raster render function
* @FT_Raster_RenderFunc instead of @FT_Raster_Params because the
- * rasterizer requires some additional information to render properly.
+ * rasterizer requires some additional information to render properly.
*
* @fields:
* root ::
* The native raster parameters structure.
*
* spread ::
- * This is an essential parameter/property required by the renderer.
+ * This is an essential parameter/property required by the renderer.
* `spread` defines the maximum unsigned value that is present in the
* final SDF output. For the default value check file
* `ftsdfcommon.h`.