aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorkojoma <masaru.kojo@gmail.com>2019-06-10 15:46:24 +0900
committerkojoma <masaru.kojo@gmail.com>2019-06-10 15:46:45 +0900
commit731cb4f26cb368610d82b1e470abe8a62ee725e0 (patch)
treec08002df41bfd0e7440546a9062fc958bfd095f9 /guides
parentc4d8e057c540dd0ba424dcc5203db1c945b4b412 (diff)
downloadrails-731cb4f26cb368610d82b1e470abe8a62ee725e0.tar.gz
rails-731cb4f26cb368610d82b1e470abe8a62ee725e0.tar.bz2
rails-731cb4f26cb368610d82b1e470abe8a62ee725e0.zip
[ci skip] Fix rails/command.rb document
Diffstat (limited to 'guides')
-rw-r--r--guides/source/initialization.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md
index c41eae18cf..817c6b17bc 100644
--- a/guides/source/initialization.md
+++ b/guides/source/initialization.md
@@ -160,8 +160,8 @@ namespace and executes the command if found.
If Rails doesn't recognize the command, it hands the reins over to Rake
to run a task of the same name.
-As shown, `Rails::Command` displays the help output automatically if the `args`
-are empty.
+As shown, `Rails::Command` displays the help output automatically if the `namespace`
+is empty.
```ruby
module Rails::Command