Skip to content
Snippets Groups Projects
Commit c9669e90 authored by Diego Martínez's avatar Diego Martínez Committed by ShadowNinja
Browse files

Fix typo in `serialize.lua`.

parent 9f52149a
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ function core.serialize(x) ...@@ -140,7 +140,7 @@ function core.serialize(x)
end end
return "{"..table.concat(vals, ", ").."}" return "{"..table.concat(vals, ", ").."}"
else else
error("Can't serialize data of type "..t) error("Can't serialize data of type "..tp)
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment