Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/reusing_abstractions.md')
-rw-r--r--doc/development/reusing_abstractions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md
index e3f523fc6a7..3bacea859ef 100644
--- a/doc/development/reusing_abstractions.md
+++ b/doc/development/reusing_abstractions.md
@@ -248,7 +248,7 @@ response = ServiceResponse.error(
if response.success?
head :ok
-if response.reason == :job_not_retriable
+elsif response.reason == :job_not_retriable
head :unprocessable_entity
else
head :bad_request