diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml
index 38fb37baf..aeabbbf6f 100644
--- a/doc/en/Gtk/TreeView.xml
+++ b/doc/en/Gtk/TreeView.xml
@@ -1343,7 +1343,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
Allows the TreeView to be used as a source for drag-and-drop actions.
a , the mask of the allowed buttons for starting a drag
- a , a table of supported targets for dragging to
+ a [], a table of supported targets for dragging to
a , what should be done with the dragged data.
@@ -1360,7 +1360,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
Turns this TreeView object into a destination for automatic drag-and-drop.
- a , a table of targets this TreeView will support.
+ a [], a table of targets this TreeView will support.
a , a bitmap of possible actions for a drag to this target