summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Camargo <leandroico@gmail.com>2016-11-21 02:51:29 -0200
committerLeandro Camargo <leandroico@gmail.com>2017-01-25 01:07:44 -0200
commitbb12ee051f95ee747c0e2b98a85675de53dca8ea (patch)
tree6e8f64573d1c3426980a3f2cbf4e6c5e7dec0b67
parent0713a7c3a9eb1bcfdf6adde0c3365549c19a3ee1 (diff)
downloadgitlab-ce-bb12ee051f95ee747c0e2b98a85675de53dca8ea.tar.gz
Fix wrong description for Coverage entry (in ruby comments)
-rw-r--r--lib/gitlab/ci/config/entry/coverage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/config/entry/coverage.rb b/lib/gitlab/ci/config/entry/coverage.rb
index af12837130c..41e1d6e0c86 100644
--- a/lib/gitlab/ci/config/entry/coverage.rb
+++ b/lib/gitlab/ci/config/entry/coverage.rb
@@ -3,7 +3,7 @@ module Gitlab
class Config
module Entry
##
- # Entry that represents a Regular Expression.
+ # Entry that represents Coverage settings.
#
class Coverage < Node
include Validatable