Skip to content

Commit

Permalink
Minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Oct 12, 2013
1 parent b51cf2b commit c31a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/natural_sort/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class << self
# Refer to NaturalSort::Engine.comparator
def_delegator :'NaturalSort::Engine', :comparator

# Deprecated alias to NaturalSort.sort. Was deprecated in version 1.2.0.
# Deprecated: Alias to NaturalSort.sort. Was deprecated in version 1.2.0.
# To be removed in version 2.0.0 (according to semver)
#
# object - the object to sort, which must either be an Enumerable or implement #to_a to be meaningful.
Expand Down

0 comments on commit c31a715

Please sign in to comment.