Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Feb 7, 2016
1 parent a4d079d commit efb3f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ end)

__e2setcost(1)

-- Creates an table
-- Creates a table
e2function table table(...)
local tbl = {...}
if (#tbl == 0) then return table.Copy(DEFAULT) end
Expand Down

0 comments on commit efb3f87

Please sign in to comment.