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 =