spc476 / CBOR

The most comprehensive CBOR module in the Lua universe.
GNU Lesser General Public License v3.0
22 stars 3 forks source link

Minor typos in assert messages #2

Closed martin-eden closed 7 years ago

martin-eden commented 7 years ago

assert(math.type(value[2]) == 'integer',"_bigfloat expecta an integer as second element")

throw(pos,"_bigfloat: watned ARRAY[2], got ARRAY[%s]",value)

spc476 commented 7 years ago

Fixed in 1.2.4. Thanks for the feedback.