diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-03 11:58:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 11:58:53 +0900 |
commit | 41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9 (patch) | |
tree | f335b4e15a01681e76c6beee5ab4adf70c6ea654 /actionpack | |
parent | 7313f89218ac0977f29862c41d078e59ebdc3870 (diff) | |
parent | 0ef8221910da7552ffff72969de7a720b0e28ddf (diff) | |
download | rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.gz rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.bz2 rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.zip |
Merge pull request #32427 from tjschuck/small_doc_fixes
Small doc fixes
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/url_for.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/url_for.rb b/actionpack/lib/action_dispatch/routing/url_for.rb index 865d10f886..1a31c7dbb8 100644 --- a/actionpack/lib/action_dispatch/routing/url_for.rb +++ b/actionpack/lib/action_dispatch/routing/url_for.rb @@ -204,7 +204,7 @@ module ActionDispatch # end # # This maintains the context of the original caller on - # whether to return a path or full url, e.g: + # whether to return a path or full URL, e.g: # # threadable_path(threadable) # => "/buckets/1" # threadable_url(threadable) # => "http://example.com/buckets/1" |