Commit d6f4810e authored by Reuben Pereira's avatar Reuben Pereira

Correct the comment above the ProjectReferenceFilter.references_in method.

parent 9e9137a6
......@@ -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>"
......
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