Change Rst ro RST

RST is abbreviation of reStructuredText.
Using Rst is plain wrong, it would be good to use RST or reStructuredText.
This commit is contained in:
amir 2015-09-25 18:55:58 +03:30
parent 06c579c453
commit eb60eb0caf
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ format = (version, slug, branch) ->
when 'Textile' then textileStatusImage(url, slug, branch)
when 'Rdoc' then rdocStatusImage(url, slug, branch)
when 'AsciiDoc' then asciidocStatusImage(url, slug, branch)
when 'Rst' then rstStatusImage(url, slug, branch)
when 'RST' then rstStatusImage(url, slug, branch)
when 'Pod' then podStatusImage(url, slug, branch)
when 'CCTray' then ccxmlStatusUrl(slug, branch)

View File

@ -17,7 +17,7 @@ View = Ember.View.extend
'Textile',
'Rdoc',
'AsciiDoc',
'Rst',
'RST',
'Pod',
'CCTray'
]