diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 11c54a8fd..1bb85493f 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1650,13 +1650,16 @@ Fields:
 `attr`
 :   table body attributes ([Attr])
 
-`row_head_columns`
-:   number of columns taken up by the row head of each row of a
-    [TableBody]. The row body takes up the remaining columns.
+`body`
+:   table body rows (list of [Rows])
 
 `head`
 :   intermediate head (list of [Rows])
 
+`row_head_columns`
+:   number of columns taken up by the row head of each row of a
+    [TableBody]. The row body takes up the remaining columns.
+
 ### TableFoot {#type-tablefoot}
 
 The foot of a table.