1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Sync did_you_mean

This commit is contained in:
Yuki Nishijima 2021-10-22 21:56:26 -04:00
parent 93badf4770
commit e353bcd111

View file

@ -106,7 +106,7 @@ module DidYouMean
end
# Updates the primary formatter used to format the suggestions.
def self.formatter=(*)
def self.formatter=(formatter)
@formatter = formatter
end