Skip to content

Commit

Permalink
update doc to use to_fs over deprecated to_s
Browse files Browse the repository at this point in the history
  • Loading branch information
sampatbadhe committed Jun 19, 2023
1 parent e91b197 commit 3d5fa4c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ module RangeWithFormat
# range = (..100) # => ..100
# range.to_fs(:db) # => "<= '100'"
#
# == Adding your own range formats to to_s
# == Adding your own range formats to to_fs
# You can add your own formats to the Range::RANGE_FORMATS hash.
# Use the format name as the hash key and a Proc instance.
#
Expand Down

0 comments on commit 3d5fa4c

Please sign in to comment.