aboutsummaryrefslogtreecommitdiff
path: root/test/unit/set.moon
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/set.moon')
-rw-r--r--test/unit/set.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/set.moon b/test/unit/set.moon
index daa312a2f4..affbd5c29a 100644
--- a/test/unit/set.moon
+++ b/test/unit/set.moon
@@ -27,7 +27,7 @@ class Set
for k,v in pairs(t)
@add(v)
- -- substracts the argument Set from this Set
+ -- subtracts the argument Set from this Set
diff: (other) =>
if other\size! > @size!
-- this set is smaller than the other set