diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-08-15 12:33:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 12:33:50 +0900 |
commit | 24ee261680b00dc6e9abba4413e75958dfb50478 (patch) | |
tree | f34a3eceb5bbb21ec8f2300d5c1e9b918f37a758 /railties/lib | |
parent | 3fc47f4d82175c3f32dab6177685ae24f485c7b1 (diff) | |
parent | f2007bfb2fce125ed3f01d1b25d9d962d9a32f5c (diff) | |
download | rails-24ee261680b00dc6e9abba4413e75958dfb50478.tar.gz rails-24ee261680b00dc6e9abba4413e75958dfb50478.tar.bz2 rails-24ee261680b00dc6e9abba4413e75958dfb50478.zip |
Merge pull request #30259 from yhirano55/fix_format_of_generator_docs
Fix format of generator docs [ci skip]
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/actions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/actions.rb b/railties/lib/rails/generators/actions.rb index eda12b6da2..c773e07eba 100644 --- a/railties/lib/rails/generators/actions.rb +++ b/railties/lib/rails/generators/actions.rb @@ -145,7 +145,7 @@ module Rails create_file("vendor/#{filename}", optimize_indentation(data), verbose: false) end - # Create a new file in the lib/ directory. Code can be specified + # Create a new file in the <tt>lib/</tt> directory. Code can be specified # in a block or a data string can be given. # # lib("crypto.rb") do |