summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-14 09:41:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-14 09:41:19 -0400
commit1c33a8c14b6e529490ec8e8cb3b987676351674c (patch)
tree1117cf13000d561841799f499013c7e73fde0edb
parentb054282fa39c6fc664796da72a612005332c9ce8 (diff)
downloadpango-1c33a8c14b6e529490ec8e8cb3b987676351674c.tar.gz
docs: Remove an oddity
It seems odd to document PANGO_WEIGHT_MEDIUM as the 'normal' weight, when we also have PANGO_WEIGHT_NORMAL.
-rw-r--r--pango/pango-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 350e4e29..9fc63b37 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -115,7 +115,7 @@ typedef enum {
* @PANGO_WEIGHT_SEMILIGHT: the semilight weight (= 350) Since: 1.36.7
* @PANGO_WEIGHT_BOOK: the book weight (= 380) Since: 1.24)
* @PANGO_WEIGHT_NORMAL: the default weight (= 400)
- * @PANGO_WEIGHT_MEDIUM: the normal weight (= 500) Since: 1.24
+ * @PANGO_WEIGHT_MEDIUM: the medium weight (= 500) Since: 1.24
* @PANGO_WEIGHT_SEMIBOLD: the semibold weight (= 600)
* @PANGO_WEIGHT_BOLD: the bold weight (= 700)
* @PANGO_WEIGHT_ULTRABOLD: the ultrabold weight (= 800)