To many "'".
This commit is contained in:
parent
d0813205e6
commit
a1d1fd99d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue