Commit 4e38985b authored by Sean McGivern's avatar Sean McGivern

Fix typo in IssuesFinder comment

[ci skip]
parent 4bd17d4f
...@@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder ...@@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder
# `user_can_see_all_confidential_issues?`) are more complicated, because they # `user_can_see_all_confidential_issues?`) are more complicated, because they
# can see confidential issues where: # can see confidential issues where:
# 1. They are an assignee. # 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 # 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 # effectively. If we cached this accurately, we'd have a cache key for every
......
--- ---
title: Cache open issue and merge request counts for project tabs to speed up project title: Cache open issue and merge request counts for project tabs to speed up project
pages pages
merge_request: merge_request: 12457
author: author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment