entry: Fix a typo in the docs

This commit is contained in:
Matthias Clasen 2021-06-02 06:47:27 -04:00
parent 775dbec2e6
commit 039fc2e567

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"/>