Skip to content

Commit e561765

Browse files
committed
Remove redundant word
1 parent efb246a commit e561765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subject_test.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include "subject.lua" -- include the "production" code which will be tested here
55

66
-- test function starts a test with given name. Code of the test is provided
7-
-- in the anonymous function function:
7+
-- in the anonymous function:
88
test("compare strings", function()
99
local s = concat("hello ", "world")
1010
-- change with assert_not_eq to get test error:

0 commit comments

Comments
 (0)