diff options
author | Leandro Camargo <leandroico@gmail.com> | 2016-11-21 02:51:29 -0200 |
---|---|---|
committer | Leandro Camargo <leandroico@gmail.com> | 2017-01-25 01:07:44 -0200 |
commit | bb12ee051f95ee747c0e2b98a85675de53dca8ea (patch) | |
tree | 6e8f64573d1c3426980a3f2cbf4e6c5e7dec0b67 | |
parent | 0713a7c3a9eb1bcfdf6adde0c3365549c19a3ee1 (diff) | |
download | gitlab-ce-bb12ee051f95ee747c0e2b98a85675de53dca8ea.tar.gz |
Fix wrong description for Coverage entry (in ruby comments)
-rw-r--r-- | lib/gitlab/ci/config/entry/coverage.rb | 2 |
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 |