Skip to content

Commit 783a088

Browse files
authored
docs(README): fix typo in example. Fixes #69 (#72)
1 parent 56fedf7 commit 783a088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ assert(inspect({a={b=2}}) == [[{
6161
Functions, userdata and any other custom types from Luajit are simply as `<function x>`, `<userdata x>`, etc.:
6262

6363
```lua
64-
assert(inspect({ f = print, ud = some_user_data, thread = a_thread} ) == [[{
64+
assert(inspect({ f = print, u = some_user_data, thread = a_thread} ) == [[{
6565
f = <function 1>,
6666
u = <userdata 1>,
6767
thread = <thread 1>

0 commit comments

Comments
 (0)