Skip to content

Commit

Permalink
I am a complete derp
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 10, 2018
1 parent 80ff573 commit f21b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/table.moon
@@ -1,4 +1,4 @@
invert: (tab) ->
invert = (tab) ->
new = {}
for k,v in pairs tab
new[v] = k
Expand Down

0 comments on commit f21b889

Please sign in to comment.