summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/badge/build/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/badge/build/template.rb b/lib/gitlab/badge/build/template.rb
index a7c2e176935..deba3b669b3 100644
--- a/lib/gitlab/badge/build/template.rb
+++ b/lib/gitlab/badge/build/template.rb
@@ -2,7 +2,7 @@ module Gitlab
module Badge
class Build
##
- # Abstract class for build badge template.
+ # Class that represents a build badge template.
#
# Template object will be passed to badge.svg.erb template.
#