diff --git a/doc/en/Gtk/Table.xml b/doc/en/Gtk/Table.xml
index 1415ff3f9..72cb9353e 100644
--- a/doc/en/Gtk/Table.xml
+++ b/doc/en/Gtk/Table.xml
@@ -181,7 +181,7 @@ public Widget MakeTableTester()
         <Parameter Name="bottom_attach" Type="System.UInt32" />
       </Parameters>
       <Docs>
-        <param name="widget">To be added.</param>
+        <param name="widget">The widget to be attached to the table</param>
         <param name="left_attach">The column number to attach the left side of <paramref name="child" /> to.</param>
         <param name="right_attach">The column number to attach the right side of <paramref name="child" /> to.</param>
         <param name="top_attach">The row number to attach the top of <paramref name="child" /> to.</param>
@@ -379,4 +379,4 @@ public Widget MakeTableTester()
       </Attributes>
     </Member>
   </Members>
-</Type>
+</Type>
\ No newline at end of file