1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add period

[ci skip]
This commit is contained in:
Jon Moss 2017-04-30 10:43:51 -04:00
parent 79a65fea5c
commit da70168715

View file

@ -84,7 +84,7 @@ module ActionDispatch
ENCODER.escape_fragment(fragment.to_s)
end
# Replaces any escaped sequences with their unescaped representations
# Replaces any escaped sequences with their unescaped representations.
#
# uri = "/topics?title=Ruby%20on%20Rails"
# unescape_uri(uri) #=> "/topics?title=Ruby on Rails"