From 344d62b011a9b4ef77b76c9d4377b73133a01cfc Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Sat, 3 Mar 2012 22:06:56 +0100 Subject: [PATCH] doc: Add colon to Returns statement Signed-off-by: Uli Schlachter --- src/cairo-ft-font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index 34cf10971..e74448133 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -3308,7 +3308,7 @@ cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face, * cairo_ft_font_face_get_synthesize: * @font_face: The #cairo_ft_font_face_t object to query * - * Returns the current set of synthesis options. + * Returns: the current set of synthesis options. * * Since: 1.12 **/