From c1c702ab271c24bd588cc385bc9ca3e1719421f1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Dec 2021 21:12:45 -0500 Subject: docs: Cosmetics Add more links to GLib apis and to various Unicode specs. --- pango/pango-layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pango-layout.h') diff --git a/pango/pango-layout.h b/pango/pango-layout.h index abc45ca6..12fc76cd 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -53,10 +53,10 @@ typedef PangoGlyphItem PangoLayoutRun; * within the available space. * * If the `PangoLayout` is set to justify using [method@Pango.Layout.set_justify], - * this only has effect for partial lines. + * this only affects partial lines. * * See [method@Pango.Layout.set_auto_dir] for how text direction affects - * the interpretation of `PangoAlignment values. + * the interpretation of `PangoAlignment` values. */ typedef enum { PANGO_ALIGN_LEFT, -- cgit v1.2.1