summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 20:10:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 20:27:51 -0400
commitafec5c60d31d5e25899ccb4245ee0913541b1768 (patch)
tree59e09fc183b43f0b5e8f7cc6acdc83dedf9e568e
parent6b21f287d49a8df8ee8981cf9d00a29aed754561 (diff)
downloadpango-afec5c60d31d5e25899ccb4245ee0913541b1768.tar.gz
docs: Cosmetic change
Shorten the first line of the PangoBidiType docs.
-rw-r--r--pango/pango-bidi-type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pango-bidi-type.h b/pango/pango-bidi-type.h
index a1fd0c69..485c0a22 100644
--- a/pango/pango-bidi-type.h
+++ b/pango/pango-bidi-type.h
@@ -57,7 +57,9 @@ G_BEGIN_DECLS
* @PANGO_BIDI_TYPE_PDI: Pop directional isolate. Since 1.48.6
*
* `PangoBidiType` represents the bidirectional character
- * type of a Unicode character as specified by the
+ * type of a Unicode character.
+ *
+ * The values in this enumeration are specified by the
* [Unicode bidirectional algorithm](http://www.unicode.org/reports/tr9/).
*
* Since: 1.22