summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-01-28 05:32:16 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-01-28 05:32:16 -0500
commitbe5873a057b72ce56d14188cf2a47797a7bf2c7d (patch)
tree7d68e75dba387456e3f3ccfe0e8e5bfaef75840f
parent0579220546f7daff16a907f4c3256098c344e40c (diff)
downloadgtk+-be5873a057b72ce56d14188cf2a47797a7bf2c7d.tar.gz
Escape Builder XML in GtkInfoBar docs
-rw-r--r--gtk/gtkinfobar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index 452c64fbc4..7eeaf88b7b 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -106,8 +106,8 @@
*
* # GtkInfoBar as GtkBuildable
*
- * `GtkInfoBar` supports a custom <action-widgets> element, which can contain
- * multiple <action-widget> elements. The “response” attribute specifies a
+ * `GtkInfoBar` supports a custom `<action-widgets>` element, which can contain
+ * multiple `<action-widget>` elements. The “response” attribute specifies a
* numeric response, and the content of the element is the id of widget
* (which should be a child of the dialogs @action_area).
*