From 940dec5e7df1c4c7ec131073bd364ddd59d4b48c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 13 Dec 2020 17:26:24 +1000 Subject: Fix spelling --- test/t/array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t/array.rb') diff --git a/test/t/array.rb b/test/t/array.rb index b3952e5a5..1e224a034 100644 --- a/test/t/array.rb +++ b/test/t/array.rb @@ -5,7 +5,7 @@ assert('Array', '15.2.12') do assert_equal(Class, Array.class) end -assert('Array inclueded modules', '15.2.12.3') do +assert('Array included modules', '15.2.12.3') do assert_true(Array.include?(Enumerable)) end -- cgit v1.2.3