Skip to content

Commit 1204d8a

Browse files
committed
F
1 parent 9ed7d2a commit 1204d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/asker/check_input/check_table.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def check_col(line, index)
6666
if @outputs[index - 1][:source].strip != "%row"
6767
require "debug"; binding.break
6868
@outputs[index - 1][:state] = :err
69-
@outputs[index -1 ][:msg] = 'Row with cols requires empty text!'
69+
@outputs[index - 1 ][:msg] = 'Row with cols requires empty text!'
7070
end
7171
end
7272

0 commit comments

Comments
 (0)