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:
parent
79a65fea5c
commit
da70168715
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue