diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 12:50:00 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 16:25:24 +0200 |
commit | 54231aa4e036179d035ddd3641bc15a5b31883f2 (patch) | |
tree | 29633c8be132cbf12ef163575770c0646316438f /lib/api/helpers.rb | |
parent | 3ab9ea8dae1edc6ab8c8563843342890736eb24c (diff) | |
download | gitlab-ce-54231aa4e036179d035ddd3641bc15a5b31883f2.tar.gz |
Styling changes to code and docs
Diffstat (limited to 'lib/api/helpers.rb')
-rw-r--r-- | lib/api/helpers.rb | 2 |
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) |