inspect.lua icon indicating copy to clipboard operation
inspect.lua copied to clipboard

Typo in the examples, oops

Open ElNico56 opened this issue 1 year ago • 0 comments

in the example

assert(inspect({ f = print, ud = some_user_data, thread = a_thread} ) == [[{
  f = <function 1>,
  u = <userdata 1>,
  thread = <thread 1>
}]])

u = <userdata 1> should be ud = <userdata 1>

ElNico56 avatar Dec 04 '23 01:12 ElNico56