فهرست منبع

Add colon to example descriptions

Marvin Johanning 7 سال پیش
والد
کامیت
7754dfcda5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      pages/common/ruby.md

+ 3 - 3
pages/common/ruby.md

@@ -10,14 +10,14 @@
 
 `ruby {{script.rb}}`
 
-- Execute a single command in the command line
+- Execute a single command in the command line:
 
 `ruby -e {{command}}`
 
-- Check if the given Ruby script is written correctly (Syntax check)
+- Check if the given Ruby script is written correctly (Syntax check):
 
 `ruby -c {{script.rb}}`
 
-- Show the version of Ruby you are using
+- Show the version of Ruby you are using:
 
 `ruby -v`