From da70168715c02980986279d60e3c6631cfb164d2 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 30 Apr 2017 10:43:51 -0400 Subject: Add period [ci skip] --- actionpack/lib/action_dispatch/journey/router/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') 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" -- cgit v1.2.3