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
diff options
context:
space:
mode:
authorReuben Pereira <reuben453@gmail.com>2018-07-03 19:54:59 +0300
committerReuben Pereira <reuben453@gmail.com>2018-07-03 19:54:59 +0300
commitd6f4810ea154d2f2303591ac37d616c8249fca9d (patch)
treef36da87ff883a9ab6add3d5880fe57755d3f84ef /lib/banzai
parent9e9137a6607e95bbe1e113da02fb95c2b19d66f9 (diff)
Correct the comment above the ProjectReferenceFilter.references_in method.
Diffstat (limited to 'lib/banzai')
-rw-r--r--lib/banzai/filter/project_reference_filter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/banzai/filter/project_reference_filter.rb b/lib/banzai/filter/project_reference_filter.rb
index 9e680d25b50..9764cfa4ef5 100644
--- a/lib/banzai/filter/project_reference_filter.rb
+++ b/lib/banzai/filter/project_reference_filter.rb
@@ -4,7 +4,7 @@ module Banzai
class ProjectReferenceFilter < ReferenceFilter
self.reference_type = :project
- # Public: Find `project>` project references in text
+ # Public: Find `namespace/project>` project references in text
#
# ProjectReferenceFilter.references_in(text) do |match, project|
# "<a href=...>#{project}></a>"