Fix typo in ruby-mode file

This commit is contained in:
Linus Marton 2018-03-02 12:11:23 +01:00 committed by James N
parent 6ddfc3f7ff
commit be7765758c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
(setq evil-shift-width ruby-indent-level))
(defun evil-collection-ruby-mode-setup ()
"Set up `evil' bindings for `python'."
"Set up `evil' bindings for `ruby'."
(add-hook 'ruby-mode-hook #'evil-collection-ruby-mode-set-evil-shift-width))
(provide 'evil-collection-ruby-mode)