aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1e2a422273..42dd136cbf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -88,7 +88,7 @@ RDoc::Task.new do |rdoc|
end
rdoc.rdoc_dir = 'doc/rdoc'
- rdoc.title = "Ruby on Rails Documentation"
+ rdoc.title = "Ruby on Rails API"
rdoc.options << '-f' << 'sdoc'
rdoc.options << '-T' << 'rails'