From 783a0889270952dd70a7f572ea9b38b131e697dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa=20Cota?= Date: Tue, 29 Apr 2025 18:46:45 +0200 Subject: [PATCH] docs(README): fix typo in example. Fixes #69 (#72) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e59648a..64a39d8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ assert(inspect({a={b=2}}) == [[{ Functions, userdata and any other custom types from Luajit are simply as ``, ``, etc.: ```lua -assert(inspect({ f = print, ud = some_user_data, thread = a_thread} ) == [[{ +assert(inspect({ f = print, u = some_user_data, thread = a_thread} ) == [[{ f = , u = , thread =