diff options
author | Sean McGivern <sean@gitlab.com> | 2017-06-30 15:44:21 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-06-30 15:44:21 +0100 |
commit | 4e38985b1cc159c4e1582ab34c29d7ec151aef35 (patch) | |
tree | dd0f55893dcc3c87a3bd6b0cc73f7c7729c72a28 /app/finders/issues_finder.rb | |
parent | 4bd17d4f7427b2f5f950e601d1a21042b30f69b1 (diff) | |
download | gitlab-ce-4e38985b1cc159c4e1582ab34c29d7ec151aef35.tar.gz |
Fix typo in IssuesFinder comment
[ci skip]
Diffstat (limited to 'app/finders/issues_finder.rb')
-rw-r--r-- | app/finders/issues_finder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/issues_finder.rb b/app/finders/issues_finder.rb index 18f60f9a2b6..85230ff1293 100644 --- a/app/finders/issues_finder.rb +++ b/app/finders/issues_finder.rb @@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder # `user_can_see_all_confidential_issues?`) are more complicated, because they # can see confidential issues where: # 1. They are an assignee. - # 2. The are an author. + # 2. They are an author. # # That's fine for most cases, but if we're just counting, we need to cache # effectively. If we cached this accurately, we'd have a cache key for every |