To many "'".

master
Karchnu 2020-10-21 23:26:33 +02:00
parent d0813205e6
commit a1d1fd99d4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class DODB::MissingEntry < Exception
getter key : String | Int32
def initialize(@index, @key)
super "no entry in index '#{@index}' for key '#{@key}''"
super "no entry in index '#{@index}' for key '#{@key}'"
end
def initialize(@key)