1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(lang#ruby): fix typo in layer doc

This commit is contained in:
Justin Angeles 2021-12-03 21:58:44 -08:00 committed by GitHub
parent e8d636c708
commit 6ecba06f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ gem install rubocop
```toml
[[layers]]
name = "lang#python"
name = "lang#ruby"
ruby_file_head = [
'#!/usr/bin/ruby -w',
'# -*- coding: utf-8 -*-',