Skip to content

Commit 66fab14

Browse files
committed
Fix do to did in error message
Signed-off-by: Stefan Marr <[email protected]>
1 parent ffa5025 commit 66fab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ def format_specializations_arguments
28542854
end
28552855

28562856
def format_specializations_check
2857-
abort 'Some Specializations do not use the protected visibility.' if format_specializations_visibility
2857+
abort 'Some Specializations did not use the protected visibility.' if format_specializations_visibility
28582858
abort 'Some Specializations were not properly formatted.' if format_specializations_arguments
28592859
abort 'There were extra blank lines around imports.' if Formatting.format_imports
28602860
end

0 commit comments

Comments
 (0)