Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/did_you_mean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# # Did you mean? :foo
#
#
# == Disabling +did_you_mean+
# == Disabling \DidYouMean
#
# Occasionally, you may want to disable the +did_you_mean+ gem for e.g.
# Occasionally, you may want to disable the \DidYouMean gem for e.g.
# debugging issues in the error object itself. You can disable it entirely by
# specifying +--disable-did_you_mean+ option to the +ruby+ command:
#
Expand Down
Loading