Skip to content

Commit 8a410c6

Browse files
authored
Merge pull request #3786 from projectblacklight/jcoyne-patch-1
Remove obsolete documentation
2 parents 9eccc4e + d354a9b commit 8a410c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/concerns/blacklight/controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def render_bookmarks_control?
5656
end
5757

5858
# This must be on every controller that uses the layout, because it is used in
59-
# the header to draw Blacklight::SearchNavbarComponent (via the shared/header_navbar template)
59+
# the header to draw Blacklight::SearchNavbarComponent
6060
# @return [Blacklight::SearchState] a memoized instance of the parameter state.
6161
def search_state
6262
@search_state ||= search_state_class.new(params, blacklight_config, self)

0 commit comments

Comments
 (0)