Add a space to separate sentences in the error message
This commit is contained in:
parent
61e4499545
commit
94d858f81a
@ -1,6 +1,6 @@
|
||||
begin
|
||||
require 'sorted_set'
|
||||
rescue ::LoadError
|
||||
raise "The `SortedSet` class has been extracted from the `set` library." \
|
||||
raise "The `SortedSet` class has been extracted from the `set` library. " \
|
||||
"You must use the `sorted_set` gem or other alternatives."
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user