aboutsummaryrefslogtreecommitdiff
path: root/builtin_metatables.moon
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-25 17:42:38 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-25 17:42:42 -0800
commit5864354739983dc7bae0e6c3fb47ecc323128b93 (patch)
tree47762f5db83e4027871d3cde4a25978f96001f7e /builtin_metatables.moon
parentbdddfd42ba917d62c28099b954f1a34b6e7df2ba (diff)
Better comment
Diffstat (limited to 'builtin_metatables.moon')
-rw-r--r--builtin_metatables.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin_metatables.moon b/builtin_metatables.moon
index bc3ec7c..eb7e27e 100644
--- a/builtin_metatables.moon
+++ b/builtin_metatables.moon
@@ -1,4 +1,4 @@
--- This file defines some methods on Lua numbers
+-- This file defines some methods on Lua numbers, bools, actions, nil, and coroutines
require "text"
number_mt =