From 9712347c991f0fa0a494efccb3b9f5f5913d0057 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 3 Oct 2017 17:13:55 +0200 Subject: More fixes from review --- app/models/wiki_page.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') diff --git a/app/models/wiki_page.rb b/app/models/wiki_page.rb index c6c37485404..5f710961f95 100644 --- a/app/models/wiki_page.rb +++ b/app/models/wiki_page.rb @@ -50,7 +50,7 @@ class WikiPage # The Gitlab ProjectWiki instance. attr_reader :wiki - # The raw Gitlab::Git::Page instance. + # The raw Gitlab::Git::WikiPage instance. attr_reader :page # The attributes Hash used for storing and validating -- cgit v1.2.1