aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-30 10:43:51 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-30 10:43:51 -0400
commitda70168715c02980986279d60e3c6631cfb164d2 (patch)
tree1629ba523251e0a8cf61d0b464bcab6b8dd2193a /actionpack/lib/action_dispatch/journey
parent79a65fea5c24901e0dfbe3e889146311bc7ffa92 (diff)
downloadrails-da70168715c02980986279d60e3c6631cfb164d2.tar.gz
rails-da70168715c02980986279d60e3c6631cfb164d2.tar.bz2
rails-da70168715c02980986279d60e3c6631cfb164d2.zip
Add period
[ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/journey')
-rw-r--r--actionpack/lib/action_dispatch/journey/router/utils.rb2
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"