summaryrefslogtreecommitdiff
path: root/basictest/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'basictest/test.rb')
-rwxr-xr-xbasictest/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/basictest/test.rb b/basictest/test.rb
index 10ea28d320..25a4298234 100755
--- a/basictest/test.rb
+++ b/basictest/test.rb
@@ -1732,7 +1732,7 @@ a = nil
test_ok(defined?(a))
test_ok(a == nil)
-# multiple asignment
+# multiple assignment
a, b = 1, 2
test_ok(a == 1 && b == 2)