From a39c88b5c9ddaf7df6768db0171846a5db1402fd Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 7 Jun 2014 10:53:25 +0000 Subject: copy edits [ci skip] --- guides/source/3_0_release_notes.md | 2 +- guides/source/api_documentation_guidelines.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md index fbb5690fa9..aec3a383d6 100644 --- a/guides/source/3_0_release_notes.md +++ b/guides/source/3_0_release_notes.md @@ -521,7 +521,7 @@ A large effort was made in Active Support to make it cherry pickable, that is, y These are the main changes in Active Support: * Large clean up of the library removing unused methods throughout. -* Active Support no longer provides vendored versions of TZInfo, Memcache Client and Builder these are all included as dependencies and installed via the `bundle install` command. +* Active Support no longer provides vendored versions of TZInfo, Memcache Client and Builder. These are all included as dependencies and installed via the `bundle install` command. * Safe buffers are implemented in `ActiveSupport::SafeBuffer`. * Added `Array.uniq_by` and `Array.uniq_by!`. * Removed `Array#rand` and backported `Array#sample` from Ruby 1.9. diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index 0a55e31818..dda9baa8d7 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -19,7 +19,7 @@ The [Rails API documentation](http://api.rubyonrails.org) is generated with RDoc bundle exec rake rdoc ``` -Resulting HTML files can be found and browsed at ./doc/rdoc directory. Just open index.html file in the browser and you're done. +Resulting HTML files can be found in the ./doc/rdoc directory. Wording ------- -- cgit v1.2.3