Fix error message

This commit is contained in:
Vitalii Elenhaupt 2017-12-01 00:03:05 +02:00
parent 27384ed889
commit db815a2e30
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module Ameba::Rule
include AST::Util
properties do
description = "Disallows useless conditional statements that contain\
description = "Disallows useless conditional statements that contain \
a literal in place of a variable or predicate function"
end