Skip to content

Commit a9a19b0

Browse files
committed
Fix a typo in a assertion message
1 parent f43b131 commit a9a19b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_rdoc_generator_json_index.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_generate
106106

107107
# This is dirty hack on JRuby for MiniTest 4
108108
assert orig_file.mtime.inspect == generated_file.mtime.inspect,
109-
'.js files should be tha same timestamp of original'
109+
'.js files should be the same timestamp of original'
110110

111111
json = File.read 'js/search_index.js'
112112

0 commit comments

Comments
 (0)