From b159f5c74e38a0a2db3295d6e356cd7b6a165958 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 22 Mar 2025 16:46:43 -0600 Subject: [PATCH] [directwrite] Fix docs --- src/hb-directwrite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-directwrite.cc b/src/hb-directwrite.cc index b1e5bf446..b891554bc 100644 --- a/src/hb-directwrite.cc +++ b/src/hb-directwrite.cc @@ -328,7 +328,7 @@ hb_directwrite_face_get_font_face (hb_face_t *face) /** * hb_directwrite_font_create: - * @dw_font: a DirectWrite IDWriteFontFace object. + * @dw_face: a DirectWrite IDWriteFontFace object. * * Constructs a new font object from the specified DirectWrite IDWriteFontFace. *