Change wording

Changed the wording of an explanation
coverage
Marvin Johanning 2017-11-14 19:58:57 +01:00 committed by GitHub
parent 7754dfcda5
commit 9d3e9c8109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
`ruby -e {{command}}`
- Check if the given Ruby script is written correctly (Syntax check):
- Check for syntax errors on a given Ruby script:
`ruby -c {{script.rb}}`