summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-11 02:21:54 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-12-11 02:21:54 +0000
commita0e5f9d4730323fac6845d994a59161cf3c467ce (patch)
tree63a33c039f792a73746eaeb2ca5545d01c3fd9bb /pango/pango-layout.h
parentfd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (diff)
parentc1c702ab271c24bd588cc385bc9ca3e1719421f1 (diff)
downloadpango-a0e5f9d4730323fac6845d994a59161cf3c467ce.tar.gz
Merge branch 'misc-doc-fixups' into 'main'
docs: Various improvements See merge request GNOME/pango!545
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r--pango/pango-layout.h4
1 files changed, 2 insertions, 2 deletions
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,