From 9eaaa7cdef124d73b1c6b98e7af7a4fc18a76cf3 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 15 Apr 2015 12:10:12 -0400 Subject: [PATCH] Minor doc fix [ci skip] --- lib/gitlab/markdown/reference_filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab/markdown/reference_filter.rb b/lib/gitlab/markdown/reference_filter.rb index 5778fd865df..f28f9a1f643 100644 --- a/lib/gitlab/markdown/reference_filter.rb +++ b/lib/gitlab/markdown/reference_filter.rb @@ -40,7 +40,7 @@ module Gitlab # Yields the current node's String contents. The result of the block will # replace the node's existing content and update the current document. # - # Returns the updated Nokogiri::Document object. + # Returns the updated Nokogiri::XML::Document object. def replace_text_nodes_matching(pattern) doc.search('text()').each do |node| content = node.to_html