From e04ac2a0934fa5f2141e6607f2dab3510250aea3 Mon Sep 17 00:00:00 2001
From: Levi Gruspe <mail.levig@gmail.com>
Date: Wed, 1 Apr 2020 15:24:23 +0800
Subject: [PATCH] Fix description of BulletList Lua type

Change description of BulletList parameter from 'List of Blocks' to 'List of List of Blocks'.
---
 doc/lua-filters.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 7645ddb1a..7cae8c186 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -866,7 +866,7 @@ Values of this type can be created with the
 Fields:
 
 `content`
-:   list of items ([List] of [Blocks])
+:   list items ([List] of [List] of [Blocks])
 
 `tag`, `t`
 :   the literal `BulletList` (string)
@@ -1894,14 +1894,14 @@ format, and functions to filter and modify a subtree.
 
     Returns: [BlockQuote] object
 
-[`BulletList (content)`]{#pandoc.bulletlist}
+[`BulletList (items)`]{#pandoc.bulletlist}
 
-:   Creates a bullet (i.e.
+:   Creates a bullet list.
 
     Parameters:
 
-    `content`:
-    :   list of items
+    `items`:
+    :   list items
 
     Returns: [BulletList] object