Merge branch 'entry-docs-typo' into 'master'

entry: Fix a typo in the docs

See merge request GNOME/gtk!3619
This commit is contained in:
Matthias Clasen
2021-06-02 11:15:10 +00:00

View File

@@ -145,7 +145,7 @@
*
* An example of a UI definition fragment specifying Pango attributes:
* ```xml
* <object class="GtkEnry">
* <object class="GtkEntry">
* <attributes>
* <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
* <attribute name="background" value="red" start="5" end="10"/>