From 9d3e9c81096e9c1daa0195f4f01a13f0558ddf57 Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Tue, 14 Nov 2017 19:58:57 +0100 Subject: [PATCH] Change wording Changed the wording of an explanation --- pages/common/ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ruby.md b/pages/common/ruby.md index 90bd145efa..51f9e41e8d 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -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}}`