diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-30 10:43:51 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-30 10:43:51 -0400 |
commit | da70168715c02980986279d60e3c6631cfb164d2 (patch) | |
tree | 1629ba523251e0a8cf61d0b464bcab6b8dd2193a /actionpack/lib/action_dispatch | |
parent | 79a65fea5c24901e0dfbe3e889146311bc7ffa92 (diff) | |
download | rails-da70168715c02980986279d60e3c6631cfb164d2.tar.gz rails-da70168715c02980986279d60e3c6631cfb164d2.tar.bz2 rails-da70168715c02980986279d60e3c6631cfb164d2.zip |
Add period
[ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/router/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/router/utils.rb b/actionpack/lib/action_dispatch/journey/router/utils.rb index f937597c1b..e6353f0142 100644 --- a/actionpack/lib/action_dispatch/journey/router/utils.rb +++ b/actionpack/lib/action_dispatch/journey/router/utils.rb @@ -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" |