Simplify doc comment, wraps to 80 chars [skip ci]

This commit is contained in:
Jon Atack 2015-12-23 23:41:39 +01:00
parent 997b8561d0
commit 66c0c4afe4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module Ransack
#
# <%= sort_link(@q, :name, [:name, 'kind ASC'], 'Player Name') %>
#
# You can use a block as well if your link target is hard to fit into the label parameter:
# You can also use a block:
#
# <%= sort_link(@q, :name, [:name, 'kind ASC']) do %>
# <strong>Player Name</strong>