summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-06-28 19:58:04 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-06-28 20:01:15 +0900
commit7d76128de945c565e64f9e578be7543be0968e45 (patch)
tree933ced720eb81636432b09eb11deafd18e91550f /app/models
parentae68c7ea142b12fe179a4027b17d31ac6fb2649c (diff)
downloadgitlab-ce-7d76128de945c565e64f9e578be7543be0968e45.tar.gz
Fix typo in code comments about Elasticsearch
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'app/models')
-rw-r--r--app/models/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index b55af7d9b5e..4e9ea146485 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -452,7 +452,7 @@ class Note < ApplicationRecord
noteable_object&.touch
- # We return the noteable object so we can re-use it in EE for ElasticSearch.
+ # We return the noteable object so we can re-use it in EE for Elasticsearch.
noteable_object
end