Correct comment (#12)

This commit is contained in:
Danny McCormick
2019-08-16 10:19:30 -04:00
committed by GitHub
parent c6c44b217a
commit cec809fe04

View File

@@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.x' // Version range or exact version of a Ruby version to use, using semvers version range syntax.
ruby-version: '2.x' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
- run: ruby hello.rb
```