diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-10-28 01:57:02 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 01:57:02 -0200 |
commit | 9339011ad1fe5fc0865b1c0b4da206c4132cd3ab (patch) | |
tree | bc0b86add799297753363a134b9d612d97354579 /actionpack/lib | |
parent | d48b4489204b96566345f059126556c03bb98e0c (diff) | |
parent | b56eaa2e1511786570578cc752394f4a5f920a39 (diff) | |
download | rails-9339011ad1fe5fc0865b1c0b4da206c4132cd3ab.tar.gz rails-9339011ad1fe5fc0865b1c0b4da206c4132cd3ab.tar.bz2 rails-9339011ad1fe5fc0865b1c0b4da206c4132cd3ab.zip |
Merge pull request #26917 from kamipo/fix_stopdoc_to_startdoc
Fix :stopdoc: to :startdoc: [ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/formatter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/formatter.rb b/actionpack/lib/action_dispatch/journey/formatter.rb index 03f73c7598..b5a8ca7262 100644 --- a/actionpack/lib/action_dispatch/journey/formatter.rb +++ b/actionpack/lib/action_dispatch/journey/formatter.rb @@ -179,5 +179,5 @@ module ActionDispatch end end end - # :stopdoc: + # :startdoc: end |