summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jamedjo@gmail.com>2017-02-23 17:59:38 +0000
committerJames Edwards-Jones <jamedjo@gmail.com>2017-02-23 17:59:38 +0000
commit8a619408cfa042d2cea84ef67f6b26e9ca1f912a (patch)
treeff0103fc3dd2d52b328ec63f4c029509e0070a75
parent43fa9c1f1a40903f6416b954c326d67259c7290a (diff)
downloadgitlab-ce-8a619408cfa042d2cea84ef67f6b26e9ca1f912a.tar.gz
Switched CONTRIBUTING.md style guide recommendation for method chaining
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de32a953f63..eed63127d9f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -426,7 +426,7 @@ merge request:
1. [Ruby](https://github.com/bbatsov/ruby-style-guide).
Important sections include [Source Code Layout][rss-source] and
[Naming][rss-naming]. Use:
- - multi-line method chaining style **Option B**: dot `.` on previous line
+ - multi-line method chaining style **Option A**: dot `.` on the second line
- string literal quoting style **Option A**: single quoted by default
1. [Rails](https://github.com/bbatsov/rails-style-guide)
1. [Newlines styleguide][newlines-styleguide]