diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-21 06:40:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-21 06:40:55 -0400 |
commit | eb724f75baef16868d59ea0f2f1e1976af5c97ed (patch) | |
tree | 10ea1715ce309514b19f2c2f578fea9bdf467528 /pango | |
parent | 483b7cc92a4d81dbd395f0b9ddbab4678d33884e (diff) | |
download | pango-eb724f75baef16868d59ea0f2f1e1976af5c97ed.tar.gz |
docs: Add a missing backtick
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-context.c | 2 |
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. * |