Fix typo in README
This commit is contained in:
parent
e9cfdd4991
commit
88377a6356
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ results = rules.map { |rule, expr| [rule, namarara.parse(expr).compute] }
|
|||
if results.select{ |rule, value| value }.empty?
|
||||
puts "Perfect! Nothing to say ;-)"
|
||||
else
|
||||
puts "Warning: you are collectif sensitive personnal data !"
|
||||
puts "Warning: you are collecting sensitive personnal data !"
|
||||
results.each do |rule, value|
|
||||
puts "#{value ? '>>':' '} #{rule}: #{value}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue