summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-13 12:50:00 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-13 16:25:24 +0200
commit54231aa4e036179d035ddd3641bc15a5b31883f2 (patch)
tree29633c8be132cbf12ef163575770c0646316438f /lib/api/helpers.rb
parent3ab9ea8dae1edc6ab8c8563843342890736eb24c (diff)
downloadgitlab-ce-54231aa4e036179d035ddd3641bc15a5b31883f2.tar.gz
Styling changes to code and docs
Diffstat (limited to 'lib/api/helpers.rb')
-rw-r--r--lib/api/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb
index aa0597564ed..54452f763a6 100644
--- a/lib/api/helpers.rb
+++ b/lib/api/helpers.rb
@@ -242,7 +242,7 @@ module API
end
def not_modified!
- render_api_error!('304 Not modified', 304)
+ render_api_error!('304 Not Modified', 304)
end
def render_validation_error!(model)