summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-21 06:40:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-21 06:40:55 -0400
commiteb724f75baef16868d59ea0f2f1e1976af5c97ed (patch)
tree10ea1715ce309514b19f2c2f578fea9bdf467528
parent483b7cc92a4d81dbd395f0b9ddbab4678d33884e (diff)
downloadpango-eb724f75baef16868d59ea0f2f1e1976af5c97ed.tar.gz
docs: Add a missing backtick
-rw-r--r--pango/pango-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 561f55bf..7fa0d7b1 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -38,7 +38,7 @@
* A `PangoContext` stores global information used to control the
* itemization process.
*
- * The information stored by `PangoContext includes the fontmap used
+ * The information stored by `PangoContext` includes the fontmap used
* to look up fonts, and default values such as the default language,
* default gravity, or default font.
*