From c23f2aa53099c6c906a8c6457183502450fa5703 Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Fri, 15 Jul 2016 01:58:13 +0800
Subject: [PATCH] Fix outdated comment

---
 lib/api/builds.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/api/builds.rb b/lib/api/builds.rb
index 6792afb064e..e65dfa88746 100644
--- a/lib/api/builds.rb
+++ b/lib/api/builds.rb
@@ -73,7 +73,7 @@ module API
         present_artifact!(build.artifacts_file)
       end
 
-      # Download the artifacts file from ref_name and build_name
+      # Download the artifacts file from ref_name and job
       #
       # Parameters:
       #   id (required) - The ID of a project
-- 
GitLab