summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-10 21:12:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-10 21:14:31 -0500
commitc1c702ab271c24bd588cc385bc9ca3e1719421f1 (patch)
tree63a33c039f792a73746eaeb2ca5545d01c3fd9bb /pango/pango-layout.h
parentd2153e740a299f1282adfde7813fd2fb587b23a3 (diff)
downloadpango-c1c702ab271c24bd588cc385bc9ca3e1719421f1.tar.gz
docs: Cosmeticsmisc-doc-fixups
Add more links to GLib apis and to various Unicode specs.
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,