From 74c2d9eb07f26da89698e051891fa084ffdfea8e Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Sun, 19 Dec 2021 15:59:05 +0100
Subject: [PATCH] doc/lua-filters: numbers are now accepted as MetaValue

---
 doc/lua-filters.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 616c13cea..901fd6be8 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -887,7 +887,7 @@ MetaValue is expected. The types correspond to the following
 Haskell type constructors:
 
 - boolean → MetaBool
-- string → MetaString
+- string or number → MetaString
 - Inlines → MetaInlines
 - Blocks → MetaBlocks
 - List/integer indexed table → MetaList