To many "'".
parent
d0813205e6
commit
a1d1fd99d4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue