From eddb408f9c9c42991c8b8427ca81e33a03fc9060 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2022 12:19:48 -0500 Subject: [PATCH] [draw] Small doc fix --- src/hb-draw.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hb-draw.cc b/src/hb-draw.cc index 72c203f24..9d75c6537 100644 --- a/src/hb-draw.cc +++ b/src/hb-draw.cc @@ -203,8 +203,10 @@ DEFINE_NULL_INSTANCE (hb_draw_funcs_t) = * hb_draw_funcs_reference: (skip) * @dfuncs: draw functions * - * Increases the reference count on @dfuncs by one. This prevents @buffer from - * being destroyed until a matching call to hb_draw_funcs_destroy() is made. + * Increases the reference count on @dfuncs by one. + * + * This prevents @dfuncs from being destroyed until a matching + * call to hb_draw_funcs_destroy() is made. * * Return value: (transfer full): * The referenced #hb_draw_funcs_t.