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
path: root/app
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-03-06 17:15:19 +0300
committerFelipe Artur <felipefac@gmail.com>2018-03-06 17:15:19 +0300
commit1e137c273ca6314d0ed6744910b95f179b1d538c (patch)
tree382c7950fbf993d566845d6fa8633879b62fce0e /app
parent9946d0813c8e377ecf22552c4af075e563144712 (diff)
Fix a typo, a conflict and improve documentation
Diffstat (limited to 'app')
-rw-r--r--app/models/namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index 37e5b4615ce..e350b675639 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -222,7 +222,7 @@ class Namespace < ActiveRecord::Base
has_parent?
end
- # Overriden on EE module
+ # Overridden on EE module
def multiple_issue_boards_available?
false
end