ruby: fix a typo in a comment
This commit is contained in:
parent
5f03bae41c
commit
1427a090df
@ -1,7 +1,7 @@
|
|||||||
" Author: Eddie Lebow https://github.com/elebow
|
" Author: Eddie Lebow https://github.com/elebow
|
||||||
" Description: Functions for integrating with Ruby tools
|
" Description: Functions for integrating with Ruby tools
|
||||||
|
|
||||||
" Find the nearest dir contining "app", "db", and "config", and assume it is
|
" Find the nearest dir containing "app", "db", and "config", and assume it is
|
||||||
" the root of a Rails app.
|
" the root of a Rails app.
|
||||||
function! ale#ruby#FindRailsRoot(buffer) abort
|
function! ale#ruby#FindRailsRoot(buffer) abort
|
||||||
for l:name in ['app', 'config', 'db']
|
for l:name in ['app', 'config', 'db']
|
||||||
|
Loading…
Reference in New Issue
Block a user